Searched refs:ResetQuickAllocEntryPointsForThread (Results 1 - 3 of 3) 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.h1120 void ResetQuickAllocEntryPointsForThread(bool is_marking);
H A Dthread.cc145 ResetQuickAllocEntryPointsForThread(is_marking);
159 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) { function in class:art::Thread

Completed in 9586 milliseconds