Searched refs:ContainsMethod (Results 1 - 8 of 8) sorted by relevance

/art/runtime/jit/
H A Dprofile_compilation_info_test.cc116 ASSERT_TRUE(info1.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
132 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
135 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
H A Doffline_profiling_info.h66 bool ContainsMethod(const MethodReference& method_ref) const;
H A Djit_code_cache.h109 bool ContainsMethod(ArtMethod* method) REQUIRES(!lock_);
H A Doffline_profiling_info.cc549 bool ProfileCompilationInfo::ContainsMethod(const MethodReference& method_ref) const { function in class:art::ProfileCompilationInfo
H A Dprofile_saver.cc682 return info->ContainsMethod(MethodReference(dex_file, method_idx));
H A Djit_code_cache.cc169 bool JitCodeCache::ContainsMethod(ArtMethod* method) { function in class:art::jit::JitCodeCache
/art/runtime/
H A Dart_method.cc469 if (jit != nullptr && jit->GetCodeCache()->ContainsMethod(this)) {
/art/compiler/driver/
H A Dcompiler_driver.cc978 bool result = profile_compilation_info_->ContainsMethod(method_ref);

Completed in 360 milliseconds