Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc48 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()
Djit.h180 static bool (*jit_compile_method_)(void*, ArtMethod*, Thread*, bool); variable