Home
last modified time | relevance | path

Searched refs:ResetQuickAllocEntryPoints (Results 1 – 12 of 12) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
Dquick_alloc_entrypoints.cc271 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc46 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc41 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc50 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc60 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc70 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc72 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/
Dinstrumentation.h205 void ResetQuickAllocEntryPoints() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_);
Dinstrumentation.cc617 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
651 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Dthread.cc147 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
/art/runtime/gc/
Dheap.cc604 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()