Searched refs:ResetQuickAllocEntryPointsForThread (Results 1 – 3 of 3) sorted by relevance
1116 static void ResetQuickAllocEntryPointsForThread(Thread* thread, [[maybe_unused]] void* arg) { in ResetQuickAllocEntryPointsForThread() function1117 thread->ResetQuickAllocEntryPointsForThread(); in ResetQuickAllocEntryPointsForThread()1140 ResetQuickAllocEntryPointsForThread(self, nullptr); in SetEntrypointsInstrumented()1178 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
1468 void ResetQuickAllocEntryPointsForThread();
198 void Thread::ResetQuickAllocEntryPointsForThread() { in ResetQuickAllocEntryPointsForThread() function in art::Thread