Searched refs:GetDexTypeIndex (Results 1 – 10 of 10) sorted by relevance
56 return compiler_options.IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod()222 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
300 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()305 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
305 std::string actual_klass = dex_dep.first->StringByTypeIdx(entry.GetDexTypeIndex()); in HasClass()1273 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()1284 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker - 1)); in TEST_F()1295 entry.GetDexTypeIndex(), entry.GetAccessFlags() - 1)); in TEST_F()1441 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
165 dex::TypeIndex GetDexTypeIndex() const { return std::get<0>(*this); } in GetDexTypeIndex() function
864 << dex_file.StringByTypeIdx(entry.GetDexTypeIndex()) in Dump()991 std::string descriptor = dex_file.StringByTypeIdx(entry.GetDexTypeIndex()); in VerifyClasses()
309 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
374 resolved_classes->AddReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in SampleClassesAndExecutedMethods()
856 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()
1078 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
342 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()