Searched refs:GetDexTypeIndex (Results 1 – 17 of 17) sorted by relevance
/art/compiler/optimizing/ |
D | sharpening.cc | 57 return compiler_options.IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod() 320 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
|
D | inliner.cc | 314 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn() 319 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
|
D | instruction_builder.cc | 1590 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()
|
D | intrinsics_x86_64.cc | 3751 declaring_class->GetDexTypeIndex()); in GenerateVarHandleTarget()
|
D | intrinsics_arm64.cc | 4692 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
|
D | intrinsics_arm_vixl.cc | 4332 TypeReference(&declaring_class->GetDexFile(), declaring_class->GetDexTypeIndex())); in GenerateVarHandleTarget()
|
D | code_generator_arm64.cc | 5203 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
|
D | code_generator_x86_64.cc | 1355 boot_image_type_patches_.emplace_back(&klass->GetDexFile(), klass->GetDexTypeIndex().index_); in LoadClassRootForIntrinsic()
|
D | code_generator_arm_vixl.cc | 9694 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 307 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
|
/art/runtime/mirror/ |
D | class-inl.h | 839 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()
|
D | class.cc | 1280 DCHECK_EQ(klass->GetDexTypeIndex(), in FindFieldImpl() 1491 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
|
D | class.h | 1170 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
|
/art/runtime/jit/ |
D | profile_saver.cc | 542 dex::TypeIndex type_index = k->GetDexTypeIndex(); in CollectInternal()
|
D | jit_code_cache.cc | 1602 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
|
/art/profman/ |
D | profile_assistant_test.cc | 310 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
|
/art/runtime/ |
D | class_linker.cc | 3287 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass() 3934 dex_file.GetTypeDescriptorView(dex_file.GetTypeId(klass->GetDexTypeIndex())); in LoadMethod()
|