Searched refs:pInterpreterToCompiledCodeBridge (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/interpreter/
H A Dinterpreter_entrypoints.h40 void (*pInterpreterToCompiledCodeBridge)(Thread* self, MethodHelper& mh, variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc140 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc141 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc123 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge;
/art/compiler/driver/
H A Dcompiler_driver.cc461 INTERPRETER_ENTRYPOINT_OFFSET(pInterpreterToCompiledCodeBridge));
/art/runtime/
H A Dthread.cc1615 INTERPRETER_ENTRY_POINT_INFO(pInterpreterToCompiledCodeBridge),

Completed in 132 milliseconds