HomeSort by relevance Sort by last modified time
    Searched defs:ResetQuickAllocEntryPointsForThread (Results 1 - 2 of 2) 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.cc 106 void Thread::ResetQuickAllocEntryPointsForThread() {
    [all...]

Completed in 53 milliseconds