Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h481 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution() function
Dinterpreter_switch_impl.cc175 TraceExecution(shadow_frame, inst, dex_pc); in ExecuteSwitchImpl()
/art/runtime/interpreter/mterp/
Dmterp.cc516 TraceExecution(*shadow_frame, inst, dex_pc); in MterpCheckBefore()