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