Searched refs:GetDexTypeIndex (Results 1 – 12 of 12) sorted by relevance
299 std::string actual_klass = dex_dep.first->StringByTypeIdx(entry.GetDexTypeIndex()); in HasClass()1236 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()1253 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker - 1)); in TEST_F()1270 entry.GetDexTypeIndex(), entry.GetAccessFlags() - 1)); in TEST_F()1464 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
83 return compiler_driver->IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod()
284 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()289 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
1084 HLoadClass* cls = BuildLoadClass(klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke()1456 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
139 dex::TypeIndex GetDexTypeIndex() const { return std::get<0>(*this); } in GetDexTypeIndex() function
799 << dex_file.StringByTypeIdx(entry.GetDexTypeIndex()) in Dump()923 const char* descriptor = dex_file.StringByTypeIdx(entry.GetDexTypeIndex()); in VerifyClasses()
349 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
342 resolved_classes->AddReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in SampleClassesAndExecutedMethods()
1401 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
329 class_ref.type_index == it->GetDexTypeIndex()) { in AssertInlineCaches()
1165 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
2806 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass()8946 bool added = last_resolved_classes_->AddClass(klass->GetDexTypeIndex()); in operator ()()