Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc203 ConstructorIPutData() : field_index(DexFile::kDexNoIndex16), arg(0u) { } in ConstructorIPutData()
226 if (iputs[old_pos].field_index == DexFile::kDexNoIndex16) { in RecordConstructorIPut()
240 while (new_pos != arraysize(iputs) && iputs[new_pos].field_index != DexFile::kDexNoIndex16) { in RecordConstructorIPut()
261 return iput_data.field_index != DexFile::kDexNoIndex16; in DoAnalyseConstructor()
343 if (iputs[0].field_index != DexFile::kDexNoIndex16 && in DoAnalyseConstructor()
375 DCHECK(iputs[0].field_index != DexFile::kDexNoIndex16 || in AnalyseConstructor()
376 iputs[1].field_index == DexFile::kDexNoIndex16); in AnalyseConstructor()
377 DCHECK(iputs[1].field_index != DexFile::kDexNoIndex16 || in AnalyseConstructor()
378 iputs[2].field_index == DexFile::kDexNoIndex16); in AnalyseConstructor()
/art/runtime/
Ddex_file_verifier.cc309 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") && in CheckHeader()
314 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") && in CheckHeader()
1661 *success = false; return DexFile::kDexNoIndex16) in FindFirstClassDataDefiner()
1667 *success = false; return DexFile::kDexNoIndex16) in FindFirstClassDataDefiner()
1671 return DexFile::kDexNoIndex16; in FindFirstClassDataDefiner()
1682 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1689 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1696 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1700 return DexFile::kDexNoIndex16; in FindFirstAnnotationsDirectoryDefiner()
1799 DCHECK_NE(prev_idx, DexFile::kDexNoIndex16); in CheckInterProtoIdItem()
[all …]
Dart_method.cc201 if (iter_type_idx == DexFile::kDexNoIndex16) { in FindCatchBlock()
Ddex_file.h80 static const uint16_t kDexNoIndex16 = 0xFFFF; variable
Ddex_file.cc2550 handler_.type_idx_ = DexFile::kDexNoIndex16; in Next()
Dclass_linker.cc2633 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FindOatClass()
4111 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ResolveMethodExceptionHandlerTypes()
5352 if (super_class_idx != DexFile::kDexNoIndex16) { in LoadSuperAndInterfaces()
Ddebugger.cc1487 return DexFile::kDexNoIndex16; in DemangleSlot()
/art/compiler/optimizing/
Dinliner.cc196 } else if (cls->GetDexTypeIndex() == DexFile::kDexNoIndex16) { in FindClassIndexIn()
928 iput_field_indexes[number_of_iputs] != DexFile::kDexNoIndex16) { in TryPatternSubstitution()
938 [](uint16_t index) { return index != DexFile::kDexNoIndex16; })); in TryPatternSubstitution()
Dnodes.h762 catch_type_index_(DexFile::kDexNoIndex16) { in TryCatchInformation()
783 return catch_type_index_ == DexFile::kDexNoIndex16; in IsCatchAllTypeIndex()
/art/compiler/driver/
Dcompiler_driver-inl.h291 return DexFile::kDexNoIndex16; in GetResolvedMethodVTableIndex()
/art/runtime/mirror/
Dclass-inl.h873 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index. in operator()
874 klass->SetDexTypeIndex(DexFile::kDexNoIndex16); // Default to no valid type index. in operator()
Dclass.cc837 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
/art/dexdump/
Ddexdump.cc465 (tidx == DexFile::kDexNoIndex16) ? "<any>" : pDexFile->StringByTypeIdx(tidx); in dumpCatches()
1299 if (pClassDef.superclass_idx_ == DexFile::kDexNoIndex16) { in dumpClass()
/art/runtime/verifier/
Dmethod_verifier.cc1048 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ScanTryCatchBlocks()
3524 if (handler_type_idx == DexFile::kDexNoIndex16) { in CodeFlowVerifyInstruction()
3702 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) { in GetCaughtExceptionType()
/art/runtime/gc/
Dheap.cc767 if (class_def_idx == DexFile::kDexNoIndex16) { in SafeGetClassDescriptor()