Searched refs:kDexNoIndex16 (Results 1 – 14 of 14) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 203 ConstructorIPutData() : field_index(DexFile::kDexNoIndex16), arg(0u) { } in ConstructorIPutData() 225 if (iputs[old_pos].field_index == DexFile::kDexNoIndex16) { in RecordConstructorIPut() 241 while (new_pos != arraysize(iputs) && iputs[new_pos].field_index != DexFile::kDexNoIndex16) { in RecordConstructorIPut() 262 return iput_data.field_index == DexFile::kDexNoIndex16; in DoAnalyseConstructor() 345 if (iputs[0].field_index != DexFile::kDexNoIndex16 && in DoAnalyseConstructor() 377 DCHECK_IMPLIES(iputs[0].field_index == DexFile::kDexNoIndex16, in AnalyseConstructor() 378 iputs[1].field_index == DexFile::kDexNoIndex16); in AnalyseConstructor() 379 DCHECK_IMPLIES(iputs[1].field_index == DexFile::kDexNoIndex16, in AnalyseConstructor() 380 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 | 703 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") && in CheckHeader() 708 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") && in CheckHeader() 2753 DCHECK_NE(prev_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem() 2754 DCHECK_NE(curr_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem()
|
D | dex_file.h | 128 static constexpr uint16_t kDexNoIndex16 = 0xFFFF; variable
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 711 uint32_t max_artificial_ids = DexFile::kDexNoIndex16 - num_type_ids; in FindOrCreateTypeIndex() 2013 if (new_extra_descriptor_index >= DexFile::kDexNoIndex16 - num_type_ids) { in MergeWith() 2042 if (new_extra_descriptor_index >= DexFile::kDexNoIndex16 - num_type_ids) { in MergeWith() 2639 std::min<size_t>(num_type_ids + extra_descriptors_remap.size(), DexFile::kDexNoIndex16)); in ReadClasses() 2658 if (new_extra_descriptor_index >= DexFile::kDexNoIndex16 - num_type_ids) { in ReadClasses() 2884 std::min<size_t>(num_type_ids + extra_descriptors_remap.size(), DexFile::kDexNoIndex16)); in ReadMethods() 2955 if (new_extra_descriptor_index >= DexFile::kDexNoIndex16 - num_type_ids) { in ReadMethods()
|
D | profile_compilation_info.h | 712 static constexpr ExtraDescriptorIndex kMaxExtraDescriptors = DexFile::kDexNoIndex16;
|
D | profile_compilation_info_test.cc | 262 for (uint32_t type_index = num_type_ids1; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() 280 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F()
|
/art/runtime/mirror/ |
D | class-inl.h | 917 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index. in operator() 918 klass->SetDexTypeIndex(dex::TypeIndex(DexFile::kDexNoIndex16)); // Default to no valid type in operator()
|
D | class.cc | 1509 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
|
/art/runtime/ |
D | hidden_api.cc | 534 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in GetDexFlags()
|
/art/compiler/optimizing/ |
D | optimizing_unit_test.h | 281 /* class_def_idx= */ DexFile::kDexNoIndex16,
|
D | inliner.cc | 1765 iput_field_indexes[number_of_iputs] != DexFile::kDexNoIndex16) { in TryPatternSubstitution() 1775 [](uint16_t index) { return index != DexFile::kDexNoIndex16; })); in TryPatternSubstitution()
|
D | optimizing_compiler.cc | 1206 /*class_def_idx=*/ DexFile::kDexNoIndex16, in JniCompile()
|
D | instruction_builder.cc | 1029 uint16_t imt_or_vtable_index = DexFile::kDexNoIndex16; in BuildInvoke() 1358 uint16_t imt_or_vtable_index = DexFile::kDexNoIndex16; in BuildInvokePolymorphic()
|