Searched defs:NeedsDexPcEvents (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ | ||
D | interpreter_switch_impl0.cc | 88 static bool NeedsDexPcEvents(ShadowFrame& shadow_frame) in NeedsDexPcEvents() function in art::interpreter::ActiveInstrumentationHandler |
D | interpreter_switch_impl1.cc | 157 static bool NeedsDexPcEvents(ShadowFrame& shadow_frame) in NeedsDexPcEvents() function in art::interpreter::InactiveInstrumentationHandler |
/art/runtime/ | ||
D | instrumentation.cc | 280 bool Instrumentation::NeedsDexPcEvents(ArtMethod* method, Thread* thread) { in NeedsDexPcEvents() function in art::instrumentation::Instrumentation |