Searched refs:ResetQuickAllocEntryPoints (Results 1 – 12 of 12) sorted by relevance
26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
271 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
46 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
41 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
50 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
60 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
70 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
72 ResetQuickAllocEntryPoints(qpoints); in InitEntryPoints()
205 void ResetQuickAllocEntryPoints() EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_);
617 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()651 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
147 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
604 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()