Searched refs:jit_compile_method_ (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jit/ |
D | jit.cc | 48 bool (*Jit::jit_compile_method_)(void*, ArtMethod*, Thread*, bool) = nullptr; variable 209 jit_compile_method_ = reinterpret_cast<bool (*)(void*, ArtMethod*, Thread*, bool)>( in LoadCompilerLibrary() 211 if (jit_compile_method_ == nullptr) { in LoadCompilerLibrary() 270 bool success = jit_compile_method_(jit_compiler_handle_, method_to_compile, self, osr); in CompileMethod()
|
D | jit.h | 180 static bool (*jit_compile_method_)(void*, ArtMethod*, Thread*, bool); variable
|