Searched refs:method_to_compile (Results 1 – 1 of 1) sorted by relevance
337 ArtMethod* method_to_compile = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in CompileMethod() local338 if (!code_cache_->NotifyCompilationOf(method_to_compile, self, compilation_kind, prejit)) { in CompileMethod()343 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()345 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethod()346 code_cache_->DoneCompiling(method_to_compile, self, compilation_kind); in CompileMethod()349 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()