Home
last modified time | relevance | path

Searched refs:SwitchImplContext (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl.h38 struct SwitchImplContext { struct
49 void ExecuteSwitchImplCpp(SwitchImplContext* ctx) argument
54 extern "C" void ExecuteSwitchImplAsm(SwitchImplContext* ctx, void* impl, const uint16_t* dexpc)
63 SwitchImplContext ctx { in ExecuteSwitchImpl()
H A Dinterpreter_switch_impl1.cc27 void ExecuteSwitchImplCpp<false, true>(SwitchImplContext* ctx);
H A Dinterpreter_switch_impl3.cc27 void ExecuteSwitchImplCpp<true, true>(SwitchImplContext* ctx);
H A Dinterpreter_switch_impl0.cc27 void ExecuteSwitchImplCpp<false, false>(SwitchImplContext* ctx);
H A Dinterpreter_switch_impl2.cc27 void ExecuteSwitchImplCpp<true, false>(SwitchImplContext* ctx);
H A Dinterpreter_switch_impl-inl.h1732 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler()
1807 SwitchImplContext* const ctx_;
1829 SwitchImplContext* ctx, \
1846 void ExecuteSwitchImplCpp(SwitchImplContext* ctx) { in DEX_INSTRUCTION_LIST()