Searched refs:ResetQuickAllocEntryPointsForThread (Results 1 – 3 of 3) sorted by relevance
968 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread() function969 thread->ResetQuickAllocEntryPointsForThread(); in ResetQuickAllocEntryPointsForThread()992 ResetQuickAllocEntryPointsForThread(self, nullptr); in SetEntrypointsInstrumented()1030 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
1186 void ResetQuickAllocEntryPointsForThread();
191 void Thread::ResetQuickAllocEntryPointsForThread() { in ResetQuickAllocEntryPointsForThread() function in art::Thread