Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h814 static inline void TraceExecution(const ShadowFrame& shadow_frame, const Instruction* inst, in TraceExecution() function
H A Dinterpreter_switch_impl-inl.h1865 TraceExecution(shadow_frame, inst, dex_pc); in DEX_INSTRUCTION_LIST()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc509 TraceExecution(*shadow_frame, inst, dex_pc); in MterpCheckBefore()