HomeSort by relevance Sort by last modified time
    Searched refs:jit_compile_method_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.cc 60 bool (*Jit::jit_compile_method_)(void*, ArtMethod*, Thread*, bool) = nullptr; member in namespace:art::jit
240 jit_compile_method_ = reinterpret_cast<bool (*)(void*, ArtMethod*, Thread*, bool)>(
242 if (jit_compile_method_ == nullptr) {
304 bool success = jit_compile_method_(jit_compiler_handle_, method_to_compile, self, osr);
jit.h 189 static bool (*jit_compile_method_)(void*, ArtMethod*, Thread*, bool); member in class:art::jit::Jit

Completed in 167 milliseconds