Searched refs:ResetQuickAllocEntryPoints (Results 1 – 8 of 8) sorted by relevance
26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
34 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
269 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
645 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()650 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()682 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
224 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
163 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
69 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
716 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()