Searched refs:DoneCompiling (Results 1 – 3 of 3) sorted by relevance
217 void DoneCompiling(ArtMethod* method, Thread* self, bool osr)
341 code_cache_->DoneCompiling(method_to_compile, self, osr); in CompileMethod()
1720 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self, bool osr) { in DoneCompiling() function in art::jit::JitCodeCache