Searched refs:jit_compile_method_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jit/ |
D | jit.h | 343 static bool (*jit_compile_method_)(void*, ArtMethod*, Thread*, bool, bool); variable
|
D | jit.cc | 66 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()
|