Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1452 *success = false; return DexFile::kDexNoIndex16) in FindFirstClassDataDefiner()
1458 *success = false; return DexFile::kDexNoIndex16) in FindFirstClassDataDefiner()
1462 return DexFile::kDexNoIndex16; in FindFirstClassDataDefiner()
1473 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1480 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1487 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1491 return DexFile::kDexNoIndex16; in FindFirstAnnotationsDirectoryDefiner()
1590 if (prev_idx == DexFile::kDexNoIndex16) { in CheckInterProtoIdItem()
1593 if (UNLIKELY(curr_idx == DexFile::kDexNoIndex16)) { in CheckInterProtoIdItem()
1748 if (item->superclass_idx_ != DexFile::kDexNoIndex16) { in CheckInterClassDefItem()
[all …]
Dart_method.cc265 if (iter_type_idx == DexFile::kDexNoIndex16) { in FindCatchBlock()
Ddex_file.h68 static const uint16_t kDexNoIndex16 = 0xFFFF; variable
Ddex_file.cc1362 handler_.type_idx_ = DexFile::kDexNoIndex16; in Next()
Dclass_linker.cc1979 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FindOatClass()
3255 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ResolveMethodExceptionHandlerTypes()
4280 if (super_class_idx != DexFile::kDexNoIndex16) { in LoadSuperAndInterfaces()
Ddebugger.cc1546 return DexFile::kDexNoIndex16; in DemangleSlot()
/art/runtime/mirror/
Dclass-inl.h771 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index. in operator()
772 klass->SetDexTypeIndex(DexFile::kDexNoIndex16); // Default to no valid type index. in operator()
Dclass.cc739 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
/art/compiler/driver/
Dcompiler_driver-inl.h304 return DexFile::kDexNoIndex16; in GetResolvedMethodVTableIndex()
/art/runtime/verifier/
Dmethod_verifier.cc761 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ScanTryCatchBlocks()
3035 if (handler_type_idx == DexFile::kDexNoIndex16) { in CodeFlowVerifyInstruction()
3193 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) { in GetCaughtExceptionType()
/art/runtime/gc/
Dheap.cc657 if (class_def_idx == DexFile::kDexNoIndex16) { in SafeGetClassDescriptor()