HomeSort by relevance Sort by last modified time
    Searched refs:InvalidateCompiledCodeFor (Results 1 - 4 of 4) sorted by null

  /art/runtime/jit/
jit_code_cache.h 230 void InvalidateCompiledCodeFor(ArtMethod* method, const OatQuickMethodHeader* code)
jit_code_cache.cc     [all...]
  /art/runtime/
cha.cc 673 // We need to call JitCodeCache::InvalidateCompiledCodeFor but we cannot do it here
690 code_cache->InvalidateCompiledCodeFor(pair.first, pair.second);
quick_exception_handler.cc 609 Runtime::Current()->GetJit()->GetCodeCache()->InvalidateCompiledCodeFor(

Completed in 66 milliseconds