Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc204 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/
Ddex_file_exception_helpers.cc95 handler_.type_idx_ = dex::TypeIndex(DexFile::kDexNoIndex16); in Next()
Ddex_file_verifier.cc360 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") && in CheckHeader()
365 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") && in CheckHeader()
2127 *success = false; return dex::TypeIndex(DexFile::kDexNoIndex16)) in FindFirstClassDataDefiner()
2135 *success = false; return dex::TypeIndex(DexFile::kDexNoIndex16)) in FindFirstClassDataDefiner()
2139 return dex::TypeIndex(DexFile::kDexNoIndex16); in FindFirstClassDataDefiner()
2151 *success = false; return dex::TypeIndex(DexFile::kDexNoIndex16)) in FindFirstAnnotationsDirectoryDefiner()
2158 *success = false; return dex::TypeIndex(DexFile::kDexNoIndex16)) in FindFirstAnnotationsDirectoryDefiner()
2165 *success = false; return dex::TypeIndex(DexFile::kDexNoIndex16)) in FindFirstAnnotationsDirectoryDefiner()
2169 return dex::TypeIndex(DexFile::kDexNoIndex16); in FindFirstAnnotationsDirectoryDefiner()
2276 DCHECK_NE(prev_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem()
[all …]
Ddex_file.h83 static const uint16_t kDexNoIndex16 = 0xFFFF; variable
/art/runtime/
Ddex_to_dex_decompiler.cc63 if (reference_index == DexFile::kDexNoIndex16) { in DecompileNop()
Dcommon_throws.cc614 if (method_idx != DexFile::kDexNoIndex16) { in ThrowNullPointerExceptionFromDexPC()
645 CHECK_NE(field_idx, DexFile::kDexNoIndex16); in ThrowNullPointerExceptionFromDexPC()
674 CHECK_NE(field_idx, DexFile::kDexNoIndex16); in ThrowNullPointerExceptionFromDexPC()
Dart_method.cc558 return DexFile::kDexNoIndex16; in GetIndexFromQuickening()
570 return DexFile::kDexNoIndex16; in GetIndexFromQuickening()
Dhidden_api.cc391 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in GetDexFlags()
Dinstrumentation.cc1414 CHECK_NE(method_idx, DexFile::kDexNoIndex16); in GetRuntimeMethodShorty()
Doat_file.cc2183 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FindOatClass()
Ddebugger.cc1593 return DexFile::kDexNoIndex16; in DemangleSlot()
Dclass_linker.cc3429 CHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FixupStaticTrampolines()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc320 if (reference_index == DexFile::kDexNoIndex16) { in Compile()
332 quickened_info_.push_back(QuickenedInfo(dex_pc, DexFile::kDexNoIndex16)); in Compile()
/art/compiler/optimizing/
Doptimizing_unit_test.h171 /* class_def_index= */ DexFile::kDexNoIndex16,
Dinliner.cc1622 iput_field_indexes[number_of_iputs] != DexFile::kDexNoIndex16) { in TryPatternSubstitution()
1632 [](uint16_t index) { return index != DexFile::kDexNoIndex16; })); in TryPatternSubstitution()
Doptimizing_compiler.cc1196 /*class_def_idx=*/ DexFile::kDexNoIndex16, in JniCompile()
/art/runtime/mirror/
Dclass-inl.h899 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index. in operator()
900 klass->SetDexTypeIndex(dex::TypeIndex(DexFile::kDexNoIndex16)); // Default to no valid type in operator()
Dclass.cc1037 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
/art/dexlayout/
Ddex_ir.h499 return index == DexFile::kDexNoIndex16 ? nullptr : TypeIds()[index]; in GetTypeIdOrNullPtr()
Ddexlayout.cc632 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex(); in DumpClassDef()
/art/runtime/verifier/
Dmethod_verifier.cc4385 CHECK_NE(method_idx, DexFile::kDexNoIndex16); in GetMethodIdxOfInvoke()
4403 CHECK_NE(field_idx, DexFile::kDexNoIndex16); in GetFieldIdxOfFieldAccess()