Home
last modified time | relevance | path

Searched refs:switch_impl_cpp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl.h62 const void* switch_impl_cpp) in ExecuteSwitchImpl() argument
72 ExecuteSwitchImplAsm(&ctx, switch_impl_cpp, dex_pc); in ExecuteSwitchImpl()
H A Dinterpreter.cc240 auto switch_impl_cpp = runtime->IsActiveTransaction() in ExecuteSwitch() local
244 self, accessor, shadow_frame, result_register, switch_impl_cpp); in ExecuteSwitch()