Searched refs:kDexNoIndex16 (Results 1 – 20 of 20) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 204 ConstructorIPutData() : field_index(DexFile::kDexNoIndex16), arg(0u) { } in ConstructorIPutData() 226 if (iputs[old_pos].field_index == DexFile::kDexNoIndex16) { in RecordConstructorIPut() 242 while (new_pos != arraysize(iputs) && iputs[new_pos].field_index != DexFile::kDexNoIndex16) { in RecordConstructorIPut() 263 return iput_data.field_index != DexFile::kDexNoIndex16; in DoAnalyseConstructor() 346 if (iputs[0].field_index != DexFile::kDexNoIndex16 && in DoAnalyseConstructor() 378 DCHECK(iputs[0].field_index != DexFile::kDexNoIndex16 || in AnalyseConstructor() 379 iputs[1].field_index == DexFile::kDexNoIndex16); in AnalyseConstructor() 380 DCHECK(iputs[1].field_index != DexFile::kDexNoIndex16 || in AnalyseConstructor() 381 iputs[2].field_index == DexFile::kDexNoIndex16); in AnalyseConstructor()
|
/art/libdexfile/dex/ |
D | dex_file_exception_helpers.cc | 95 handler_.type_idx_ = dex::TypeIndex(DexFile::kDexNoIndex16); in Next()
|
D | dex_file_verifier.cc | 631 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") && in CheckHeader() 636 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") && in CheckHeader() 2588 DCHECK_NE(prev_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem() 2589 DCHECK_NE(curr_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem()
|
D | dex_file.h | 86 static const uint16_t kDexNoIndex16 = 0xFFFF; variable
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 63 if (reference_index == DexFile::kDexNoIndex16) { in DecompileNop()
|
D | common_throws.cc | 622 if (method_idx != DexFile::kDexNoIndex16) { in ThrowNullPointerExceptionFromDexPC() 653 CHECK_NE(field_idx, DexFile::kDexNoIndex16); in ThrowNullPointerExceptionFromDexPC() 682 CHECK_NE(field_idx, DexFile::kDexNoIndex16); in ThrowNullPointerExceptionFromDexPC()
|
D | art_method.cc | 567 return DexFile::kDexNoIndex16; in GetIndexFromQuickening() 579 return DexFile::kDexNoIndex16; in GetIndexFromQuickening()
|
D | hidden_api.cc | 427 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in GetDexFlags()
|
D | instrumentation.cc | 1465 CHECK_NE(method_idx, DexFile::kDexNoIndex16); in GetRuntimeMethodShorty()
|
D | oat_file.cc | 2169 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FindOatClass()
|
D | class_linker.cc | 3550 CHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FixupStaticTrampolines()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 320 if (reference_index == DexFile::kDexNoIndex16) { in Compile() 332 quickened_info_.push_back(QuickenedInfo(dex_pc, DexFile::kDexNoIndex16)); in Compile()
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 171 /* class_def_index= */ DexFile::kDexNoIndex16,
|
D | inliner.cc | 1661 iput_field_indexes[number_of_iputs] != DexFile::kDexNoIndex16) { in TryPatternSubstitution() 1671 [](uint16_t index) { return index != DexFile::kDexNoIndex16; })); in TryPatternSubstitution()
|
D | optimizing_compiler.cc | 1161 /*class_def_idx=*/ DexFile::kDexNoIndex16, in JniCompile()
|
/art/runtime/mirror/ |
D | class-inl.h | 925 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index. in operator() 926 klass->SetDexTypeIndex(dex::TypeIndex(DexFile::kDexNoIndex16)); // Default to no valid type in operator()
|
D | class.cc | 1185 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
|
/art/dexlayout/ |
D | dex_ir.h | 499 return index == DexFile::kDexNoIndex16 ? nullptr : TypeIds()[index]; in GetTypeIdOrNullPtr()
|
D | dexlayout.cc | 633 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex(); in DumpClassDef()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 742 CHECK_NE(method_idx, DexFile::kDexNoIndex16); in GetMethodIdxOfInvoke() 759 CHECK_NE(field_idx, DexFile::kDexNoIndex16); in GetFieldIdxOfFieldAccess()
|