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

  /art/runtime/
instrumentation.cc 632 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) {
633 thread->ResetQuickAllocEntryPointsForThread();
686 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr);
    [all...]
thread.cc 162 void Thread::ResetQuickAllocEntryPointsForThread() {
    [all...]

Completed in 127 milliseconds