Searched refs:ResetQuickAllocEntryPointsForThread (Results 1 – 3 of 3) sorted by relevance
845 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread() function846 thread->ResetQuickAllocEntryPointsForThread(kUseReadBarrier && thread->GetIsGcMarking()); in ResetQuickAllocEntryPointsForThread()869 ResetQuickAllocEntryPointsForThread(self, nullptr); in SetEntrypointsInstrumented()907 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
1146 void ResetQuickAllocEntryPointsForThread(bool is_marking);
165 ResetQuickAllocEntryPointsForThread(is_marking); in SetIsGcMarkingAndUpdateEntrypoints()180 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) { in ResetQuickAllocEntryPointsForThread() function in art::Thread