Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc57 return compiler_options.IsImageClass(dex_file.GetTypeDescriptor(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod()
323 const char* descriptor = klass->GetDexFile().GetTypeDescriptor(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
Dinliner.cc316 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()
321 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
Dinstruction_builder.cc1598 if (dex_file.GetFieldId(it->VRegB_21c()).class_idx_ != klass->GetDexTypeIndex()) { in HasTrivialClinit()
1753 HLoadClass* cls = BuildLoadClass(h_klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke()
2305 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
Dintrinsics_riscv64.cc3405 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
Dintrinsics_x86_64.cc3911 declaring_class->GetDexTypeIndex()); in GenerateVarHandleTarget()
Dintrinsics_arm_vixl.cc4409 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
Dintrinsics_arm64.cc4687 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
Dcode_generator_arm64.cc5341 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
Dcode_generator_riscv64.cc6797 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
Dcode_generator_x86_64.cc1419 boot_image_type_patches_.emplace_back(&klass->GetDexFile(), klass->GetDexTypeIndex().index_); in LoadClassRootForIntrinsic()
Dcode_generator_arm_vixl.cc9853 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
/art/runtime/mirror/
Dclass-inl.h825 return GetDexFile().GetTypeDescriptorView(GetDexTypeIndex()); in GetDescriptorView()
846 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()
866 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorHash()
Dclass.cc1281 DCHECK_EQ(klass->GetDexTypeIndex(), in FindFieldImpl()
1495 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
1729 dex::TypeIndex klass_type_index = klass->GetDexTypeIndex(); in DescriptorEquals()
1730 dex::TypeIndex match_type_index = match->GetDexTypeIndex(); in DescriptorEquals()
1756 match->GetDexFile().GetTypeDescriptorView(match->GetDexTypeIndex()); in ProxyDescriptorEquals()
Dclass.h1174 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
/art/dex2oat/driver/
Dcompiler_driver_test.cc307 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
/art/test/common/
Druntime_state.cc574 dex::TypeIndex expected_index = type->GetDexTypeIndex(); in Java_Main_hasInlineCacheInProfile()
/art/runtime/jit/
Dprofile_saver.cc507 dex::TypeIndex type_index = k->GetDexTypeIndex(); in CollectInternal()
Djit_code_cache.cc1522 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
/art/profman/
Dprofile_assistant_test.cc310 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
/art/runtime/
Dclass_linker.cc3365 loader_class->GetDexFile().GetTypeDescriptor(loader_class->GetDexTypeIndex()); in FindClass()