Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc325 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteGotoImpl() function
332 JValue ExecuteGotoImpl<true, false>(Thread* self, MethodHelper& mh,
336 JValue ExecuteGotoImpl<false, false>(Thread* self, MethodHelper& mh,
340 JValue ExecuteGotoImpl<true, true>(Thread* self, MethodHelper& mh,
344 JValue ExecuteGotoImpl<false, true>(Thread* self, MethodHelper& mh,
373 return ExecuteGotoImpl<false, true>(self, mh, code_item, shadow_frame, result_register); in Execute()
375 return ExecuteGotoImpl<false, false>(self, mh, code_item, shadow_frame, result_register); in Execute()
389 return ExecuteGotoImpl<true, true>(self, mh, code_item, shadow_frame, result_register); in Execute()
391 return ExecuteGotoImpl<true, false>(self, mh, code_item, shadow_frame, result_register); in Execute()
Dinterpreter_common.h75 extern JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh,
Dinterpreter_goto_table_impl.cc113 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteGotoImpl() function
2443 JValue ExecuteGotoImpl<true, false>(Thread* self, MethodHelper& mh,
2447 JValue ExecuteGotoImpl<false, false>(Thread* self, MethodHelper& mh,
2451 JValue ExecuteGotoImpl<true, true>(Thread* self, MethodHelper& mh,
2455 JValue ExecuteGotoImpl<false, true>(Thread* self, MethodHelper& mh,