HomeSort by relevance Sort by last modified time
    Searched defs:type_idx_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/
compiled_method.h 214 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::__anon4
333 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");
  /art/runtime/
dex_file.h 181 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_);
1636 uint16_t type_idx_; \/\/ type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem
    [all...]

Completed in 232 milliseconds