Searched refs:method_to_compile (Results 1 – 1 of 1) sorted by relevance
317 ArtMethod* method_to_compile = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in CompileMethod() local318 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, compilation_kind, prejit)) { in CompileMethod()323 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()325 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethod()326 code_cache_->DoneCompiling(method_to_compile, self, compilation_kind); in CompileMethod()329 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()