Home
last modified time | relevance | path

Searched refs:InterpreterEntryPoints (Results 1 – 10 of 10) sorted by relevance

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.h25 Thread::InterpreterEntryPointOffset<ptr_size>(OFFSETOF_MEMBER(InterpreterEntryPoints, x))
34 struct PACKED(4) InterpreterEntryPoints { struct
/art/runtime/
Dentrypoints_order_test.cc141 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
Dthread.h1243 InterpreterEntryPoints interpreter_entrypoints;
Dthread.cc94 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints,
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc31 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc32 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc40 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc50 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc60 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc62 void InitEntryPoints(InterpreterEntryPoints* ipoints, JniEntryPoints* jpoints, in InitEntryPoints()