Home | History | Annotate | Download | only in runtime

Lines Matching refs:FieldId

85 const DexFile::FieldId* DexFileVerifier::CheckLoadFieldId(uint32_t idx, const char* error_string) {
122 const DexFile::FieldId* var = CheckLoadFieldId(idx, fmt); \
1147 if (!CheckListSize(ptr_, 1, sizeof(DexFile::FieldId), "field_ids")) {
1150 ptr_ += sizeof(DexFile::FieldId);
1589 const DexFile::FieldId* item = reinterpret_cast<const DexFile::FieldId*>(ptr_);
1614 const DexFile::FieldId* prev_item = reinterpret_cast<const DexFile::FieldId*>(previous_item_);
1631 ptr_ += sizeof(DexFile::FieldId);