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

/art/runtime/
H A Ddex_file.h164 uint16_t class_idx_; // index into type_ids_ array for defining class member in struct:art::DexFile::FieldId
174 uint16_t class_idx_; // index into type_ids_ array for defining class member in struct:art::DexFile::MethodId
195 uint16_t class_idx_; // index into type_ids_ array for this class member in struct:art::DexFile::ClassDef
566 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
606 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
651 return StringByTypeIdx(class_def.class_idx_);

Completed in 255 milliseconds