Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h343 static bool (*jit_compile_method_)(void*, ArtMethod*, Thread*, bool, bool); variable
Djit.cc66 bool (*Jit::jit_compile_method_)(void*, ArtMethod*, Thread*, bool, bool) = nullptr; variable
237 all_resolved = all_resolved && LoadSymbol(&jit_compile_method_, "jit_compile_method", error_msg); in LoadCompilerLibrary()
279 bool success = jit_compile_method_(jit_compiler_handle_, method_to_compile, self, baseline, osr); in CompileMethod()