Home
last modified time | relevance | path

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

/art/runtime/interpreter/
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()
Dinterpreter_switch_impl3.cc27 void ExecuteSwitchImplCpp<true, true>(SwitchImplContext* ctx);
Dinterpreter_switch_impl1.cc27 void ExecuteSwitchImplCpp<false, true>(SwitchImplContext* ctx);
Dinterpreter_switch_impl2.cc27 void ExecuteSwitchImplCpp<true, false>(SwitchImplContext* ctx);
Dinterpreter_switch_impl0.cc27 void ExecuteSwitchImplCpp<false, false>(SwitchImplContext* ctx);
Dinterpreter_switch_impl-inl.h1843 ALWAYS_INLINE InstructionHandler(SwitchImplContext* ctx, in InstructionHandler()
1899 SwitchImplContext* const ctx;
1921 SwitchImplContext* ctx, \
1938 void ExecuteSwitchImplCpp(SwitchImplContext* ctx) { in DEX_INSTRUCTION_LIST()