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

  /art/test/common/
runtime_state.cc 206 return jit->GetCodeCache()->ContainsMethod(method);
236 if (native && code_cache->ContainsMethod(method)) {
  /art/runtime/jit/
jit_code_cache.h 155 bool ContainsMethod(ArtMethod* method) REQUIRES(!lock_);
jit_code_cache.cc 500 bool JitCodeCache::ContainsMethod(ArtMethod* method) {
    [all...]
  /art/runtime/
art_method.cc 679 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) {
    [all...]

Completed in 89 milliseconds