Searched refs:method_to_compile (Results 1 – 1 of 1) sorted by relevance
291 ArtMethod* method_to_compile = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in CompileMethod() local292 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, osr)) { in CompileMethod()297 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()299 bool success = jit_compile_method_(jit_compiler_handle_, method_to_compile, self, osr); in CompileMethod()300 code_cache_->DoneCompiling(method_to_compile, self, osr); in CompileMethod()303 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()