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

/art/runtime/
H A Ddex_file.h180 uint16_t class_idx_; // index into type_ids_ array for defining class member in struct:art::DexFile::FieldId
190 uint16_t class_idx_; // index into type_ids_ array for defining class member in struct:art::DexFile::MethodId
211 uint16_t class_idx_; // index into type_ids_ array for this class member in struct:art::DexFile::ClassDef
617 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
657 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
707 return StringByTypeIdx(class_def.class_idx_);

Completed in 3399 milliseconds