Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc845 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread() function
846 thread->ResetQuickAllocEntryPointsForThread(); in ResetQuickAllocEntryPointsForThread()
869 ResetQuickAllocEntryPointsForThread(self, nullptr); in SetEntrypointsInstrumented()
907 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
Dthread.h1154 void ResetQuickAllocEntryPointsForThread();
Dthread.cc183 void Thread::ResetQuickAllocEntryPointsForThread() { in ResetQuickAllocEntryPointsForThread() function in art::Thread