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

/art/compiler/
H A Dcompiled_method.h214 patch.type_idx_ = target_type_idx;
283 return type_idx_;
329 uint32_t type_idx_; // Type index for Type patches. member in union:art::LinkerPatch::__anon3
333 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");
/art/runtime/
H A Ddex_file.h181 uint16_t type_idx_; // index into type_ids_ array for field type member in struct:art::DexFile::FieldId
246 uint16_t type_idx_; // index into type_ids section member in struct:art::DexFile::TypeItem
623 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
1304 return type_list_->GetTypeItem(pos_).type_idx_;
1616 return handler_.type_idx_;
1636 uint16_t type_idx_; // type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem

Completed in 3174 milliseconds