Home
last modified time | relevance | path

Searched refs:EnterInterpreterFromStub (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.h45 extern JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh,
Dinterpreter.cc527 JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in EnterInterpreterFromStub() function
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc225 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame); in artPortableToInterpreterBridge()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc531 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame); in artQuickToInterpreterBridge()