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

  /art/runtime/jit/
jit_code_cache.h 128 bool ContainsMethod(ArtMethod* method) REQUIRES(!lock_);
jit_code_cache.cc 189 bool JitCodeCache::ContainsMethod(ArtMethod* method) {
    [all...]
  /art/runtime/
art_method.cc 719 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) {
    [all...]

Completed in 74 milliseconds