Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc248 JValue ExecuteGotoImpl(Thread*, const DexFile::CodeItem*, ShadowFrame&, JValue) { in ExecuteGotoImpl() function
254 JValue ExecuteGotoImpl<true, false>(Thread* self, const DexFile::CodeItem* code_item,
257 JValue ExecuteGotoImpl<false, false>(Thread* self, const DexFile::CodeItem* code_item,
260 JValue ExecuteGotoImpl<true, true>(Thread* self, const DexFile::CodeItem* code_item,
263 JValue ExecuteGotoImpl<false, true>(Thread* self, const DexFile::CodeItem* code_item,
356 return ExecuteGotoImpl<false, true>(self, code_item, shadow_frame, result_register); in Execute()
358 return ExecuteGotoImpl<false, false>(self, code_item, shadow_frame, result_register); in Execute()
383 return ExecuteGotoImpl<true, true>(self, code_item, shadow_frame, result_register); in Execute()
385 return ExecuteGotoImpl<true, false>(self, code_item, shadow_frame, result_register); in Execute()
Dinterpreter_goto_table_impl.cc157 JValue ExecuteGotoImpl(Thread* self, const DexFile::CodeItem* code_item, ShadowFrame& shadow_frame, in ExecuteGotoImpl() function
2617 JValue ExecuteGotoImpl<true, false>(Thread* self, const DexFile::CodeItem* code_item,
2620 JValue ExecuteGotoImpl<false, false>(Thread* self, const DexFile::CodeItem* code_item,
2623 JValue ExecuteGotoImpl<true, true>(Thread* self, const DexFile::CodeItem* code_item,
2626 JValue ExecuteGotoImpl<false, true>(Thread* self, const DexFile::CodeItem* code_item,
Dinterpreter_common.h79 extern JValue ExecuteGotoImpl(Thread* self, const DexFile::CodeItem* code_item,