Home
last modified time | relevance | path

Searched defs:ResetQuickAllocEntryPointsForThread (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dinstrumentation.cc1116 static void ResetQuickAllocEntryPointsForThread(Thread* thread, [[maybe_unused]] void* arg) { in ResetQuickAllocEntryPointsForThread() function
H A Dthread.cc198 void Thread::ResetQuickAllocEntryPointsForThread() { in ResetQuickAllocEntryPointsForThread() function in art::Thread