Searched refs:ExecuteGotoImpl (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.cc | 248 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()
|
D | interpreter_goto_table_impl.cc | 157 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,
|
D | interpreter_common.h | 79 extern JValue ExecuteGotoImpl(Thread* self, const DexFile::CodeItem* code_item,
|