Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h211 static_assert(sizeof(run_exit_hooks_) == 1, "run_exit_hooks_ isn't expected size"); in RunExitHooksOffset()
212 return MemberOffset(OFFSETOF_MEMBER(Instrumentation, run_exit_hooks_)); in RunExitHooksOffset()
370 return run_exit_hooks_; in RunExitHooks()
688 bool run_exit_hooks_; variable
Dinstrumentation.cc111 : run_exit_hooks_(false), in Instrumentation()
642 run_exit_hooks_ = true; in InstrumentThreadStack()
647 run_exit_hooks_ = true; in InstrumentAllThreadStacks()
1049 run_exit_hooks_ = false; in MaybeRestoreInstrumentationStack()