Searched refs:DoneCompiling (Results 1 – 3 of 3) sorted by relevance
226 void DoneCompiling(ArtMethod* method, Thread* self)
229 code_cache_->DoneCompiling(method_to_compile, self); in CompileMethodInternal()
1652 void JitCodeCache::DoneCompiling(ArtMethod* method, Thread* self) { in DoneCompiling() function in art::jit::JitCodeCache