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

/art/runtime/
H A Dinstrumentation.cc601 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { function in namespace:art::instrumentation
602 thread->ResetQuickAllocEntryPointsForThread();
655 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr);
H A Dthread.cc146 void Thread::ResetQuickAllocEntryPointsForThread() { function in class:art::Thread

Completed in 75 milliseconds