Searched refs:ContainsMethod (Results 1 – 8 of 8) sorted by relevance
116 ASSERT_TRUE(info1.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()132 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()135 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex()))); in TEST_F()
66 bool ContainsMethod(const MethodReference& method_ref) const;
109 bool ContainsMethod(ArtMethod* method) REQUIRES(!lock_);
682 return info->ContainsMethod(MethodReference(dex_file, method_idx)); in HasSeenMethod()
549 bool ProfileCompilationInfo::ContainsMethod(const MethodReference& method_ref) const { in ContainsMethod() function in art::ProfileCompilationInfo
168 bool JitCodeCache::ContainsMethod(ArtMethod* method) { in ContainsMethod() function in art::jit::JitCodeCache
469 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) { in HasAnyCompiledCode()
978 bool result = profile_compilation_info_->ContainsMethod(method_ref); in ShouldCompileBasedOnProfile()