Searched refs:method_to_compile (Results 1 – 1 of 1) sorted by relevance
335 ArtMethod* method_to_compile = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in CompileMethod() local337 method_to_compile, self, compilation_kind, prejit, region)) { in CompileMethod()342 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()344 bool success = jit_compiler_->CompileMethod(self, region, method_to_compile, compilation_kind); in CompileMethod()345 code_cache_->DoneCompiling(method_to_compile, self, compilation_kind); in CompileMethod()348 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()