Home | History | Annotate | Download | only in runtime

Lines Matching defs:string_idx

122   uint32_t string_idx =
125 if (string_idx >= header->string_ids_size_) {
130 (reinterpret_cast<const DexFile::StringId*>(begin + header->string_ids_off_) + string_idx)->
2882 dex::StringIndex string_idx) {
2883 // The `string_idx` is not guaranteed to be valid yet.
2884 if (header->string_ids_size_ <= string_idx.index_) {
2890 + string_idx.index_;