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

/art/runtime/
H A Dinstrumentation.cc619 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg) { function in namespace:art::instrumentation
620 thread->ResetQuickAllocEntryPointsForThread();
675 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, NULL);
H A Dthread.cc106 void Thread::ResetQuickAllocEntryPointsForThread() { function in class:art::Thread

Completed in 49 milliseconds