Searched refs:ResetQuickAllocEntryPoints (Results 1 – 8 of 8) sorted by relevance
28 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking);
34 ResetQuickAllocEntryPoints(qpoints, /* is_marking= */ true); in DefaultInitEntryPoints()
215 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints, bool is_marking) { in ResetQuickAllocEntryPoints() function
187 ResetQuickAllocEntryPoints(qpoints, /*is_active=*/ false); in InitEntryPoints()
290 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
807 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()852 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
179 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking); in ResetQuickAllocEntryPointsForThread()
823 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()