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 226 bool IsOsrCompiled(ArtMethod* method) REQUIRES(!lock_);
jit.cc 697 if ((new_count >= osr_method_threshold_) && !code_cache_->IsOsrCompiled(method)) {
jit_code_cache.cc     [all...]

Completed in 513 milliseconds