Home
last modified time | relevance | path

Searched defs:NeedsDexPcEvents (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc88 static bool NeedsDexPcEvents(ShadowFrame& shadow_frame) in NeedsDexPcEvents() function in art::interpreter::ActiveInstrumentationHandler
Dinterpreter_switch_impl1.cc157 static bool NeedsDexPcEvents(ShadowFrame& shadow_frame) in NeedsDexPcEvents() function in art::interpreter::InactiveInstrumentationHandler
/art/runtime/
Dinstrumentation.cc280 bool Instrumentation::NeedsDexPcEvents(ArtMethod* method, Thread* thread) { in NeedsDexPcEvents() function in art::instrumentation::Instrumentation