Home
last modified time | relevance | path

Searched refs:InvalidateAllCompiledCode (Results 1 – 7 of 7) sorted by relevance

/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc45 cache->InvalidateAllCompiledCode(); in Java_Main_jitGc()
/art/runtime/jit/
Djit_code_cache.h344 EXPORT void InvalidateAllCompiledCode()
Djit_code_cache.cc1668 void JitCodeCache::InvalidateAllCompiledCode() { in InvalidateAllCompiledCode() function in art::jit::JitCodeCache
/art/openjdkjvmti/
Ddeopt_manager.cc189 jit->GetCodeCache()->InvalidateAllCompiledCode(); in FinishSetup()
Dti_redefine.cc2975 jit->GetCodeCache()->InvalidateAllCompiledCode(); in UpdateClassStructurally()
/art/runtime/
Dinstrumentation.cc1367 jit->GetCodeCache()->InvalidateAllCompiledCode(); in MaybeSwitchRuntimeDebugState()
Dtrace.cc843 jit->GetCodeCache()->InvalidateAllCompiledCode(); in Start()