Home
last modified time | relevance | path

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

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