Searched defs:type_idx_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h151 uint16_t type_idx_; // index into type_ids_ array for field type member in struct:art::DexFile::FieldId
198 uint16_t type_idx_; // index into type_ids section member in struct:art::DexFile::TypeItem
516 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
928 return type_list_->GetTypeItem(pos_).type_idx_;
1175 return handler_.type_idx_;
1195 uint16_t type_idx_; // type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem

Completed in 1258 milliseconds