Searched refs:artInterpreterToInterpreterBridge (Results 1 – 11 of 11) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter.h | 50 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh,
|
D | interpreter.cc | 522 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, in artInterpreterToInterpreterBridge() function
|
D | interpreter_common.cc | 917 artInterpreterToInterpreterBridge(self, mh, code_item, shadow_frame, result); in UnstartedRuntimeInvoke()
|
/art/runtime/arch/arm64/ |
D | entrypoints_init_arm64.cc | 27 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, 115 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
|
/art/runtime/arch/x86/ |
D | entrypoints_init_x86.cc | 27 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, 116 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
|
/art/runtime/arch/x86_64/ |
D | entrypoints_init_x86_64.cc | 28 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, 120 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 28 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, 133 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 29 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, 138 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
|
/art/compiler/ |
D | common_compiler_test.cc | 227 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge); in MakeExecutable()
|
/art/runtime/ |
D | instrumentation.cc | 118 method->SetEntryPointFromInterpreter(art::interpreter::artInterpreterToInterpreterBridge); in UpdateEntrypoints()
|
D | class_linker.cc | 1571 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge); in InitFromImageInterpretOnlyCallback() 2619 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge); in LinkCode()
|