Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
Dquick_default_init_entrypoints.h34 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
Dquick_alloc_entrypoints.cc269 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
/art/runtime/
Dinstrumentation.cc645 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
650 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
682 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Dinstrumentation.h224 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
Dthread.cc163 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc69 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
/art/runtime/gc/
Dheap.cc716 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()