Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h208 static_assert(sizeof(run_exit_hooks_) == 1, "run_exit_hooks_ isn't expected size"); in RunExitHooksOffset()
209 return MemberOffset(OFFSETOF_MEMBER(Instrumentation, run_exit_hooks_)); in RunExitHooksOffset()
363 return run_exit_hooks_; in RunExitHooks()
670 bool run_exit_hooks_; variable
Dinstrumentation.cc111 : run_exit_hooks_(false), in Instrumentation()
639 run_exit_hooks_ = true; in InstrumentThreadStack()
644 run_exit_hooks_ = true; in InstrumentAllThreadStacks()
959 run_exit_hooks_ = false; in MaybeRestoreInstrumentationStack()