Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc203 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/
Ddex_file_exception_helpers.cc95 handler_.type_idx_ = dex::TypeIndex(DexFile::kDexNoIndex16); in Next()
Ddex_file_verifier.cc703 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()
Ddex_file.h128 static constexpr uint16_t kDexNoIndex16 = 0xFFFF; variable
/art/libprofile/profile/
Dprofile_compilation_info.cc711 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()
Dprofile_compilation_info.h712 static constexpr ExtraDescriptorIndex kMaxExtraDescriptors = DexFile::kDexNoIndex16;
Dprofile_compilation_info_test.cc262 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/
Dclass-inl.h917 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()
Dclass.cc1509 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
/art/runtime/
Dhidden_api.cc534 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in GetDexFlags()
/art/compiler/optimizing/
Doptimizing_unit_test.h281 /* class_def_idx= */ DexFile::kDexNoIndex16,
Dinliner.cc1765 iput_field_indexes[number_of_iputs] != DexFile::kDexNoIndex16) { in TryPatternSubstitution()
1775 [](uint16_t index) { return index != DexFile::kDexNoIndex16; })); in TryPatternSubstitution()
Doptimizing_compiler.cc1206 /*class_def_idx=*/ DexFile::kDexNoIndex16, in JniCompile()
Dinstruction_builder.cc1029 uint16_t imt_or_vtable_index = DexFile::kDexNoIndex16; in BuildInvoke()
1358 uint16_t imt_or_vtable_index = DexFile::kDexNoIndex16; in BuildInvokePolymorphic()