Searched defs:ResetQuickAllocEntryPointsForThread (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 50 milliseconds