Home
last modified time | relevance | path

Searched refs:ipoints (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc112 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints() argument
115 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
116 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge; in InitEntryPoints()
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc114 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints() argument
120 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
121 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge; in InitEntryPoints()
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc113 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints() argument
116 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
117 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc130 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints() argument
133 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
134 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc135 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints() argument
138 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints()
139 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge; in InitEntryPoints()
/art/runtime/
Dthread.cc91 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints,