Home
last modified time | relevance | path

Searched refs:run_exit_hooks_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dinstrumentation.h212 static_assert(sizeof(run_exit_hooks_) == 1, "run_exit_hooks_ isn't expected size"); in RunExitHooksOffset()
213 return MemberOffset(OFFSETOF_MEMBER(Instrumentation, run_exit_hooks_)); in RunExitHooksOffset()
371 return run_exit_hooks_; in RunExitHooks()
692 bool run_exit_hooks_; variable
H A Dinstrumentation.cc110 : run_exit_hooks_(false), in Instrumentation()
669 run_exit_hooks_ = true; in InstrumentThreadStack()
674 run_exit_hooks_ = true; in InstrumentAllThreadStacks()
1076 run_exit_hooks_ = false; in MaybeRestoreInstrumentationStack()