Searched refs:GetDexTypeIndex (Results 1 – 15 of 15) sorted by relevance
/art/compiler/optimizing/ |
D | sharpening.cc | 57 return compiler_options.IsImageClass(dex_file.StringByTypeIdx(klass->GetDexTypeIndex())); in BootImageAOTCanEmbedMethod() 245 const char* descriptor = klass->GetDexFile().StringByTypeIdx(klass->GetDexTypeIndex()); in CanUseTypeCheckBitstring()
|
D | inliner.cc | 300 } else if (!cls->GetDexTypeIndex().IsValid()) { in FindClassIndexIn() 305 index = cls->GetDexTypeIndex(); in FindClassIndexIn()
|
D | instruction_builder.cc | 1237 if (dex_file.GetFieldId(it->VRegB_21c()).class_idx_ != klass->GetDexTypeIndex()) { in HasTrivialClinit() 1391 HLoadClass* cls = BuildLoadClass(klass->GetDexTypeIndex(), in ProcessClinitCheckForInvoke() 1711 HLoadClass* constant = BuildLoadClass(klass->GetDexTypeIndex(), in BuildStaticFieldAccess()
|
/art/dex2oat/ |
D | verifier_deps_test.cc | 305 std::string actual_klass = dex_dep.first->StringByTypeIdx(entry.GetDexTypeIndex()); in HasClass() 1273 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F() 1284 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker - 1)); in TEST_F() 1295 entry.GetDexTypeIndex(), entry.GetAccessFlags() - 1)); in TEST_F() 1441 entry.GetDexTypeIndex(), VerifierDeps::kUnresolvedMarker)); in TEST_F()
|
/art/runtime/verifier/ |
D | verifier_deps.h | 165 dex::TypeIndex GetDexTypeIndex() const { return std::get<0>(*this); } in GetDexTypeIndex() function
|
D | verifier_deps.cc | 877 << dex_file.StringByTypeIdx(entry.GetDexTypeIndex()) in Dump() 1004 std::string descriptor = dex_file.StringByTypeIdx(entry.GetDexTypeIndex()); in VerifyClasses()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 309 ClassReference(&klass->GetDexFile(), klass->GetDexTypeIndex().index_), &status); in CheckVerifiedClass()
|
/art/runtime/jit/ |
D | profile_saver.cc | 380 resolved_classes->AddReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in SampleClassesAndExecutedMethods()
|
D | jit_code_cache.cc | 1565 type_index = cls->GetDexTypeIndex(); in GetProfiledMethods()
|
/art/runtime/mirror/ |
D | class-inl.h | 882 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in DescriptorEquals()
|
D | class.h | 1152 dex::TypeIndex GetDexTypeIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexTypeIndex() function
|
D | class.cc | 1171 const dex::TypeId& type_id = dex_file.GetTypeId(klass->GetDexTypeIndex()); in GetDescriptor()
|
/art/profman/ |
D | profile_assistant_test.cc | 328 return TypeReference(&klass->GetDexFile(), klass->GetDexTypeIndex()); in MakeTypeReference()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1881 data->GetNewDexCache()->SetResolvedType(nc->GetDexTypeIndex(), nc.Get()); in FinishNewClassAllocations()
|
/art/runtime/ |
D | class_linker.cc | 3128 loader_class->GetDexFile().StringByTypeIdx(loader_class->GetDexTypeIndex()); in FindClass()
|