Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc385 Thread::ClearAllInterpreterCaches(); in DexFile_closeDexFile()
/art/runtime/
Dthread.h1329 static void ClearAllInterpreterCaches();
Dthread.cc4284 void Thread::ClearAllInterpreterCaches() { in ClearAllInterpreterCaches() function in art::Thread