Searched refs:EnterInterpreterFromStub (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.h | 45 extern JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh,
|
D | interpreter.cc | 527 JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in EnterInterpreterFromStub() function
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 225 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame); in artPortableToInterpreterBridge()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 531 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame); in artQuickToInterpreterBridge()
|