Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1425 *success = false; return DexFile::kDexNoIndex16) in FindFirstClassDataDefiner()
1431 *success = false; return DexFile::kDexNoIndex16) in FindFirstClassDataDefiner()
1435 return DexFile::kDexNoIndex16; in FindFirstClassDataDefiner()
1446 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1453 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1460 *success = false; return DexFile::kDexNoIndex16) in FindFirstAnnotationsDirectoryDefiner()
1464 return DexFile::kDexNoIndex16; in FindFirstAnnotationsDirectoryDefiner()
1563 if (prev_idx == DexFile::kDexNoIndex16) { in CheckInterProtoIdItem()
1566 if (UNLIKELY(curr_idx == DexFile::kDexNoIndex16)) { in CheckInterProtoIdItem()
1721 if (item->superclass_idx_ != DexFile::kDexNoIndex16) { in CheckInterClassDefItem()
[all …]
Ddex_file.h67 static const uint16_t kDexNoIndex16 = 0xFFFF; variable
Ddex_file.cc1300 handler_.type_idx_ = DexFile::kDexNoIndex16; in Next()
Dclass_linker.cc2349 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16); in FindOatClass()
3760 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ResolveMethodExceptionHandlerTypes()
4677 if (super_class_idx != DexFile::kDexNoIndex16) { in LoadSuperAndInterfaces()
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc94 if (iter_type_idx == DexFile::kDexNoIndex16) { in art_portable_find_catch_block_from_code()
/art/runtime/mirror/
Dart_method.cc229 if (iter_type_idx == DexFile::kDexNoIndex16) { in FindCatchBlock()
Dclass-inl.h744 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index. in operator()
745 klass->SetDexTypeIndex(DexFile::kDexNoIndex16); // Default to no valid type index. in operator()
Dclass.cc747 if (class_def_idx == DexFile::kDexNoIndex16) { in GetClassDef()
/art/compiler/driver/
Dcompiler_driver-inl.h205 return DexFile::kDexNoIndex16; in GetResolvedMethodVTableIndex()
/art/runtime/verifier/
Dmethod_verifier.cc644 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) { in ScanTryCatchBlocks()
2843 if (handler_type_idx == DexFile::kDexNoIndex16) { in CodeFlowVerifyInstruction()
3001 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) { in GetCaughtExceptionType()
/art/runtime/gc/
Dheap.cc578 if (class_def_idx == DexFile::kDexNoIndex16) { in SafeGetClassDescriptor()