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

/art/runtime/quick/
H A Dinline_method_analyser.cc203 ConstructorIPutData() : field_index(DexFile::kDexNoIndex16), arg(0u) { }
226 if (iputs[old_pos].field_index == DexFile::kDexNoIndex16) {
240 while (new_pos != arraysize(iputs) && iputs[new_pos].field_index != DexFile::kDexNoIndex16) {
261 return iput_data.field_index != DexFile::kDexNoIndex16;
343 if (iputs[0].field_index != DexFile::kDexNoIndex16 &&
375 DCHECK(iputs[0].field_index != DexFile::kDexNoIndex16 ||
376 iputs[1].field_index == DexFile::kDexNoIndex16);
377 DCHECK(iputs[1].field_index != DexFile::kDexNoIndex16 ||
378 iputs[2].field_index == DexFile::kDexNoIndex16);
/art/runtime/
H A Ddex_file_verifier.cc309 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") &&
314 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") &&
1661 *success = false; return DexFile::kDexNoIndex16)
1667 *success = false; return DexFile::kDexNoIndex16)
1671 return DexFile::kDexNoIndex16;
1682 *success = false; return DexFile::kDexNoIndex16)
1689 *success = false; return DexFile::kDexNoIndex16)
1696 *success = false; return DexFile::kDexNoIndex16)
1700 return DexFile::kDexNoIndex16;
1799 DCHECK_NE(prev_idx, DexFile::kDexNoIndex16);
[all...]
H A Dart_method.cc201 if (iter_type_idx == DexFile::kDexNoIndex16) {
H A Ddex_file.h80 static const uint16_t kDexNoIndex16 = 0xFFFF; member in class:art::DexFile
H A Dclass_linker.cc2660 DCHECK_NE(class_def_idx, DexFile::kDexNoIndex16);
4143 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) {
5434 if (super_class_idx != DexFile::kDexNoIndex16) {
H A Ddex_file.cc2550 handler_.type_idx_ = DexFile::kDexNoIndex16;
H A Ddebugger.cc1487 return DexFile::kDexNoIndex16;
/art/compiler/optimizing/
H A Dinliner.cc196 } else if (cls->GetDexTypeIndex() == DexFile::kDexNoIndex16) {
928 iput_field_indexes[number_of_iputs] != DexFile::kDexNoIndex16) {
938 [](uint16_t index) { return index != DexFile::kDexNoIndex16; }));
H A Dnodes.h762 catch_type_index_(DexFile::kDexNoIndex16) {
783 return catch_type_index_ == DexFile::kDexNoIndex16;
/art/compiler/driver/
H A Dcompiler_driver-inl.h291 return DexFile::kDexNoIndex16;
/art/dexdump/
H A Ddexdump.cc465 (tidx == DexFile::kDexNoIndex16) ? "<any>" : pDexFile->StringByTypeIdx(tidx);
1299 if (pClassDef.superclass_idx_ == DexFile::kDexNoIndex16) {
/art/runtime/mirror/
H A Dclass-inl.h887 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index.
888 klass->SetDexTypeIndex(DexFile::kDexNoIndex16); // Default to no valid type index.
H A Dclass.cc837 if (class_def_idx == DexFile::kDexNoIndex16) {
/art/runtime/verifier/
H A Dmethod_verifier.cc1048 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) {
3524 if (handler_type_idx == DexFile::kDexNoIndex16) {
3702 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) {
/art/runtime/gc/
H A Dheap.cc767 if (class_def_idx == DexFile::kDexNoIndex16) {

Completed in 2776 milliseconds