Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc57 return compiler_options.IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod()
320 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
Dinliner.cc314 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()
319 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
Dinstruction_builder.cc1590 if (dex_file.GetFieldId(it->VRegB_21c()).class_idx_ != klass->GetDexTypeIndex()) { in HasTrivialClinit()
1746 HLoadClass* cls = BuildLoadClass(h_klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke()
2297 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
Dintrinsics_x86_64.cc3751 declaring_class->GetDexTypeIndex()); in GenerateVarHandleTarget()
Dintrinsics_arm64.cc4692 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
Dintrinsics_arm_vixl.cc4332 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
Dcode_generator_arm64.cc5203 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
Dcode_generator_x86_64.cc1355 boot_image_type_patches_.emplace_back(&klass->GetDexFile(), klass->GetDexTypeIndex().index_); in LoadClassRootForIntrinsic()
Dcode_generator_arm_vixl.cc9694 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
/art/dex2oat/driver/
Dcompiler_driver_test.cc307 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
/art/runtime/mirror/
Dclass-inl.h839 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()
859 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorHash()
Dclass.cc1280 DCHECK_EQ(klass->GetDexTypeIndex(), in FindFieldImpl()
1491 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
Dclass.h1170 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
/art/runtime/jit/
Dprofile_saver.cc542 dex::TypeIndex type_index = k->GetDexTypeIndex(); in CollectInternal()
Djit_code_cache.cc1602 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
/art/profman/
Dprofile_assistant_test.cc310 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
/art/runtime/
Dclass_linker.cc3287 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass()
3934 dex_file.GetTypeDescriptorView(dex_file.GetTypeId(klass->GetDexTypeIndex())); in LoadMethod()