Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsharpening.cc57 return compiler_options.IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod()
301 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
Dinliner.cc300 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn()
305 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
Dinstruction_builder.cc1420 if (dex_file.GetFieldId(it->VRegB_21c()).class_idx_ != klass->GetDexTypeIndex()) { in HasTrivialClinit()
1576 HLoadClass* cls = BuildLoadClass(h_klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke()
2119 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
Dcode_generator_arm64.cc5016 TypeReference target_type(&klass->GetDexFile(), klass->GetDexTypeIndex()); in LoadClassRootForIntrinsic()
Dcode_generator_arm_vixl.cc9523 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/jit/
Dprofile_saver.cc543 dex::TypeIndex type_index = k->GetDexTypeIndex(); in CollectInternal()
Djit_code_cache.cc1545 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.h1163 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
Dclass.cc1140 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
/art/profman/
Dprofile_assistant_test.cc308 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
/art/openjdkjvmti/
Dti_redefine.cc1880 data->GetNewDexCache()->SetResolvedType(nc->GetDexTypeIndex(), nc.Get()); in FinishNewClassAllocations()
/art/runtime/
Dclass_linker.cc3002 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass()