Home | History | Annotate | Download | only in runtime

Lines Matching refs:StringId

1126         if (!CheckListSize(ptr_, 1, sizeof(DexFile::StringId), "string_ids")) {
1129 ptr_ += sizeof(DexFile::StringId);
1468 const DexFile::StringId* item = reinterpret_cast<const DexFile::StringId*>(ptr_);
1477 const DexFile::StringId* prev_item = reinterpret_cast<const DexFile::StringId*>(previous_item_);
1486 ptr_ += sizeof(DexFile::StringId);