Searched refs:ipoints (Results 1 – 6 of 6) sorted by relevance
/art/runtime/arch/arm64/ |
D | entrypoints_init_arm64.cc | 112 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/ |
D | entrypoints_init_x86_64.cc | 114 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/ |
D | entrypoints_init_x86.cc | 113 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/ |
D | entrypoints_init_arm.cc | 130 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/ |
D | entrypoints_init_mips.cc | 135 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints() argument 138 ipoints->pInterpreterToInterpreterBridge = artInterpreterToInterpreterBridge; in InitEntryPoints() 139 ipoints->pInterpreterToCompiledCodeBridge = artInterpreterToCompiledCodeBridge; in InitEntryPoints()
|
/art/runtime/ |
D | thread.cc | 91 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints,
|