Home
last modified time | relevance | path

Searched refs:ResetQuickAllocEntryPointsForThread (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dinstrumentation.cc664 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread() function
665 thread->ResetQuickAllocEntryPointsForThread(kUseReadBarrier && thread->GetIsGcMarking()); in ResetQuickAllocEntryPointsForThread()
688 ResetQuickAllocEntryPointsForThread(self, nullptr); in SetEntrypointsInstrumented()
726 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
Dthread.h1058 void ResetQuickAllocEntryPointsForThread(bool is_marking);
Dthread.cc141 ResetQuickAllocEntryPointsForThread(is_marking); in SetIsGcMarkingAndUpdateEntrypoints()
155 void Thread::ResetQuickAllocEntryPointsForThread(bool is_marking) { in ResetQuickAllocEntryPointsForThread() function in art::Thread