Home
last modified time | relevance | path

Searched refs:TraceExecution (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h584 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution() function
Dinterpreter_switch_impl-inl.h2649 TraceExecution(shadow_frame, inst, dex_pc); in ExecuteSwitchImplCpp()
/art/runtime/interpreter/mterp/
Dmterp.cc566 TraceExecution(*shadow_frame, inst, dex_pc); in MterpCheckBefore()