Searched refs:ResetQuickAllocEntryPoints (Results 1 – 7 of 7) sorted by relevance
26 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints);
36 ResetQuickAllocEntryPoints(qpoints); in DefaultInitEntryPoints()
217 void ResetQuickAllocEntryPoints(QuickEntryPoints* qpoints) { in ResetQuickAllocEntryPoints() function
858 ResetQuickAllocEntryPoints(); in SetEntrypointsInstrumented()903 void Instrumentation::ResetQuickAllocEntryPoints() { in ResetQuickAllocEntryPoints() function in art::instrumentation::Instrumentation
300 void ResetQuickAllocEntryPoints() REQUIRES(Locks::runtime_shutdown_lock_);
184 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints); in ResetQuickAllocEntryPointsForThread()
905 Runtime::Current()->GetInstrumentation()->ResetQuickAllocEntryPoints(); in ChangeAllocator()