Home
last modified time | relevance | path

Searched refs:GetDexTypeIndex (Results 1 – 10 of 10) sorted by relevance

/art/compiler/
Dverifier_deps_test.cc300 std::string actual_klass = dex_dep.first->StringByTypeIdx(entry.GetDexTypeIndex()); in HasClass()
1223 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
1240 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker - 1)); in TEST_F()
1257 entry.GetDexTypeIndex(), entry.GetAccessFlags() - 1)); in TEST_F()
1500 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
/art/runtime/verifier/
Dverifier_deps.h137 dex::TypeIndex GetDexTypeIndex() const { return std::get<0>(*this); } in GetDexTypeIndex() function
Dverifier_deps.cc804 << dex_file.StringByTypeIdx(entry.GetDexTypeIndex()) in Dump()
934 const char* descriptor = dex_file.StringByTypeIdx(entry.GetDexTypeIndex()); in VerifyClasses()
/art/compiler/driver/
Dcompiler_driver_test.cc343 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_)); in CheckVerifiedClass()
/art/compiler/optimizing/
Dinliner.cc273 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()
278 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
Dinstruction_builder.cc1018 HLoadClass* cls = BuildLoadClass(klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke()
1389 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
/art/profman/
Dprofile_assistant_test.cc281 class_ref.type_index == it->GetDexTypeIndex()) { in AssertInlineCaches()
/art/runtime/jit/
Djit_code_cache.cc1331 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
/art/runtime/mirror/
Dclass.h1172 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
/art/runtime/
Dclass_linker.cc2671 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass()
8860 bool added = last_resolved_classes_->AddClass(klass->GetDexTypeIndex()); in operator ()()