Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc57 return compiler_options.IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod()
253 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
Dinliner.cc299 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()
304 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
Dinstruction_builder.cc1299 if (dex_file.GetFieldId(it->VRegB_21c()).class_idx_ != klass->GetDexTypeIndex()) { in HasTrivialClinit()
1455 HLoadClass* cls = BuildLoadClass(h_klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke()
1984 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
/art/dex2oat/
Dverifier_deps_test.cc305 std::string actual_klass = dex_dep.first->StringByTypeIdx(entry.GetDexTypeIndex()); in HasClass()
1279 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
1290 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker - 1)); in TEST_F()
1301 entry.GetDexTypeIndex(), entry.GetAccessFlags() - 1)); in TEST_F()
1449 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
/art/runtime/verifier/
Dverifier_deps.h167 dex::TypeIndex GetDexTypeIndex() const { return std::get<0>(*this); } in GetDexTypeIndex() function
Dverifier_deps.cc930 << dex_file.StringByTypeIdx(entry.GetDexTypeIndex()) in Dump()
1057 std::string descriptor = dex_file.StringByTypeIdx(entry.GetDexTypeIndex()); in VerifyClasses()
/art/dex2oat/driver/
Dcompiler_driver_test.cc309 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
/art/runtime/jit/
Dprofile_saver.cc380 resolved_classes->AddReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in SampleClassesAndExecutedMethods()
Djit_code_cache.cc1672 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
/art/runtime/mirror/
Dclass-inl.h882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()
Dclass.h1152 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
Dclass.cc1171 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
/art/profman/
Dprofile_assistant_test.cc328 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
/art/openjdkjvmti/
Dti_redefine.cc1881 data->GetNewDexCache()->SetResolvedType(nc->GetDexTypeIndex(), nc.Get()); in FinishNewClassAllocations()
/art/runtime/
Dclass_linker.cc3205 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass()