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

  /art/runtime/jit/
jit_code_cache.h 189 bool IsOsrCompiled(ArtMethod* method) REQUIRES(!lock_);
jit.cc 650 if ((new_count >= osr_method_threshold_) && !code_cache_->IsOsrCompiled(method)) {
jit_code_cache.cc     [all...]

Completed in 86 milliseconds