Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.h28 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking);
Dquick_default_init_entrypoints.h34 ResetQuickAllocEntryPoints(qpoints, /* is_marking */ true); in DefaultInitEntryPoints()
Dquick_alloc_entrypoints.cc202 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) { in ResetQuickAllocEntryPoints() function
/art/runtime/
Dinstrumentation.cc677 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()
722 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
Dinstrumentation.h258 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
Dthread.cc160 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc163 ResetQuickAllocEntryPoints(qpoints, /*is_active*/ false); in InitEntryPoints()
/art/runtime/gc/
Dheap.cc721 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()