Searched refs:ResetQuickAllocEntryPoints (Results 1 – 7 of 7) sorted by relevance
26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
37 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
217 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
1001 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()1046 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
312 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
194 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
950 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()