Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h119 void DoneCompiling(ArtMethod* method, Thread* self, bool osr)
Djit.cc280 code_cache_->DoneCompiling(method_to_compile, self, osr); in CompileMethod()
Djit_code_cache.cc2139 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self, bool osr) { in DoneCompiling() function in art::jit::JitCodeCache