Searched refs:InterpreterEntryPoints (Results 1 – 10 of 10) sorted by relevance
/art/runtime/entrypoints/interpreter/ |
D | interpreter_entrypoints.h | 25 Thread::InterpreterEntryPointOffset<ptr_size>(OFFSETOF_MEMBER(InterpreterEntryPoints, x)) 34 struct PACKED(4) InterpreterEntryPoints { struct
|
/art/runtime/ |
D | entrypoints_order_test.cc | 141 CHECKED(OFFSETOF_MEMBER(InterpreterEntryPoints, pInterpreterToInterpreterBridge) == 0, in CheckInterpreterEntryPoints() 143 EXPECT_OFFSET_DIFFNP(InterpreterEntryPoints, pInterpreterToInterpreterBridge, in CheckInterpreterEntryPoints() 145 CHECKED(OFFSETOF_MEMBER(InterpreterEntryPoints, pInterpreterToCompiledCodeBridge) in CheckInterpreterEntryPoints() 146 + sizeof(void*) == sizeof(InterpreterEntryPoints), InterpreterEntryPoints_all); in CheckInterpreterEntryPoints() 323 TEST_F(EntrypointsOrderTest, InterpreterEntryPoints) { in TEST_F() argument
|
D | thread.h | 1243 InterpreterEntryPoints interpreter_entrypoints;
|
D | thread.cc | 94 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints,
|
/art/runtime/arch/x86/ |
D | entrypoints_init_x86.cc | 31 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
|
/art/runtime/arch/x86_64/ |
D | entrypoints_init_x86_64.cc | 32 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
|
/art/runtime/arch/arm64/ |
D | entrypoints_init_arm64.cc | 40 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 50 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
|
/art/runtime/arch/mips64/ |
D | entrypoints_init_mips64.cc | 60 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 62 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
|