Home
last modified time | relevance | path

Searched refs:field_ids_ (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/dex/
Ddex_file.h406 return field_ids_[idx]; in GetFieldId()
410 CHECK_GE(&field_id, field_ids_) << GetLocation(); in GetIndexForFieldId()
411 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation(); in GetIndexForFieldId()
412 return &field_id - field_ids_; in GetIndexForFieldId()
981 const dex::FieldId* const field_ids_; variable
Ddex_file.cc165 field_ids_(GetSection<FieldId>(&header_->field_ids_off_, container.get())), in DexFile()