Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc1116 static void ResetQuickAllocEntryPointsForThread(Thread* thread, [[maybe_unused]] void* arg) { in ResetQuickAllocEntryPointsForThread() function
1117 thread->ResetQuickAllocEntryPointsForThread(); in ResetQuickAllocEntryPointsForThread()
1140 ResetQuickAllocEntryPointsForThread(self, nullptr); in SetEntrypointsInstrumented()
1178 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
H A Dthread.h1468 void ResetQuickAllocEntryPointsForThread();
H A Dthread.cc198 void Thread::ResetQuickAllocEntryPointsForThread() { in ResetQuickAllocEntryPointsForThread() function in art::Thread