Searched refs:method_to_compile (Results 1 – 1 of 1) sorted by relevance
319 ArtMethod* method_to_compile = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in CompileMethodInternal() local320 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, compilation_kind, prejit)) { in CompileMethodInternal()325 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethodInternal()327 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethodInternal()328 code_cache_->DoneCompiling(method_to_compile, self); in CompileMethodInternal()331 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethodInternal()