Home
last modified time | relevance | path

Searched refs:method_to_compile (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Djit.cc337 ArtMethod* method_to_compile = method->GetInterfaceMethodIfProxy(kRuntimePointerSize); in CompileMethod() local
338 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()