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

  /art/runtime/
instrumentation.cc 710 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) {
711 thread->ResetQuickAllocEntryPointsForThread(kUseReadBarrier && thread->GetIsGcMarking());
734 ResetQuickAllocEntryPointsForThread(self, nullptr);
    [all...]
thread.h     [all...]
thread.cc 145 ResetQuickAllocEntryPointsForThread(is_marking);
159 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) {
    [all...]

Completed in 177 milliseconds