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

/art/compiler/
H A Dcompiled_method.h197 patch.type_idx_ = target_type_idx;
240 return type_idx_;
276 uint32_t type_idx_; // Type index for Type patches. member in union:art::LinkerPatch::__anon1
/art/runtime/
H A Ddex_file.h166 uint16_t type_idx_; // index into type_ids_ array for field type member in struct:art::DexFile::FieldId
231 uint16_t type_idx_; // index into type_ids section member in struct:art::DexFile::TypeItem
589 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
1076 return type_list_->GetTypeItem(pos_).type_idx_;
1366 return handler_.type_idx_;
1386 uint16_t type_idx_; // type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem

Completed in 982 milliseconds