HomeSort by relevance Sort by last modified time
    Searched refs:ResetQuickAllocEntryPointsForThread (Results 1 - 3 of 3) sorted by null

  /art/runtime/
instrumentation.cc 619 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg) {
620 thread->ResetQuickAllocEntryPointsForThread();
675 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, NULL);
    [all...]
thread.h 781 void ResetQuickAllocEntryPointsForThread();
    [all...]
thread.cc 106 void Thread::ResetQuickAllocEntryPointsForThread() {
    [all...]

Completed in 54 milliseconds