Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc442 TraceExecution(*shadow_frame, inst, shadow_frame->GetDexPC()); in MterpCheckBefore()
/art/runtime/interpreter/
Dinterpreter_common.h987 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution() function
Dinterpreter_switch_impl.cc125 TraceExecution(shadow_frame, inst, dex_pc); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc47 TraceExecution(shadow_frame, inst, dex_pc); \