Home
last modified time | relevance | path

Searched refs:QuickEntryPoints (Results 1 – 15 of 15) sorted by relevance

/art/runtime/
Dentrypoints_order_test.cc161 CHECKED(OFFSETOF_MEMBER(QuickEntryPoints, pAllocArrayResolved) == 0, in CheckQuickEntryPoints()
163 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocArrayResolved, pAllocArrayResolved8, in CheckQuickEntryPoints()
165 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocArrayResolved8, pAllocArrayResolved16, in CheckQuickEntryPoints()
167 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocArrayResolved16, pAllocArrayResolved32, in CheckQuickEntryPoints()
169 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocArrayResolved32, pAllocArrayResolved64, in CheckQuickEntryPoints()
171 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocArrayResolved64, pAllocObjectResolved, in CheckQuickEntryPoints()
173 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocObjectResolved, pAllocObjectInitialized, in CheckQuickEntryPoints()
175 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocObjectInitialized, pAllocObjectWithChecks, in CheckQuickEntryPoints()
177 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocObjectWithChecks, pAllocStringObject, in CheckQuickEntryPoints()
179 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAllocStringObject, pAllocStringFromBytes, in CheckQuickEntryPoints()
[all …]
Dwell_known_classes.cc309 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints; in InitStringEntryPoints()
Dthread.h2290 QuickEntryPoints quick_entrypoints;
Dthread.cc162 QuickEntryPoints* qpoints,
164 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active);
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
Dquick_entrypoints.h28 Thread::QuickEntryPointOffset<ptr_size>(OFFSETOF_MEMBER(QuickEntryPoints, x))
46 struct QuickEntryPoints { struct
Dquick_default_init_entrypoints.h30 QuickEntryPoints* qpoints, in DefaultInitEntryPoints()
Dquick_alloc_entrypoints.cc166 void SetQuickAllocEntryPoints##suffix(QuickEntryPoints* qpoints, bool instrumented) { \
217 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints()
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc47 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) { in UpdateReadBarrierEntrypoints()
58 QuickEntryPoints* qpoints, in InitEntryPoints()
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc58 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) { in UpdateReadBarrierEntrypoints()
77 QuickEntryPoints* qpoints, in InitEntryPoints()
/art/runtime/arch/riscv64/
Dentrypoints_init_riscv64.cc60 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) { in UpdateReadBarrierEntrypoints()
95 QuickEntryPoints* qpoints, in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc80 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) { in UpdateReadBarrierEntrypoints()
129 QuickEntryPoints* qpoints, in InitEntryPoints()
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc79 void UpdateReadBarrierEntrypoints(QuickEntryPoints* qpoints, bool is_active) { in UpdateReadBarrierEntrypoints()
135 QuickEntryPoints* qpoints, in InitEntryPoints()
/art/dex2oat/linker/
Doat_writer_test.cc506 sizeof(QuickEntryPoints)); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc853 QuickEntryPoints* qpoints,