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 197 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::__anon2
  /art/runtime/
dex_file.h 166 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_);
1386 uint16_t type_idx_; \/\/ type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem
    [all...]

Completed in 163 milliseconds