Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h346 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution() function
Dinterpreter_goto_table_impl.cc38 TraceExecution(shadow_frame, inst, dex_pc, mh); \
Dinterpreter_switch_impl.cc89 TraceExecution(shadow_frame, inst, dex_pc, mh); in ExecuteSwitchImpl()