Searched defs:ResetQuickAllocEntryPointsForThread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc710 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { function in namespace:art::instrumentation
711 thread->ResetQuickAllocEntryPointsForThread(kUseReadBarrier && thread->GetIsGcMarking());
734 ResetQuickAllocEntryPointsForThread(self, nullptr);
772 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr);
H A Dthread.cc145 ResetQuickAllocEntryPointsForThread(is_marking);
159 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) { function in class:art::Thread

Completed in 44 milliseconds