Home | History | Annotate | Download | only in runtime

Lines Matching refs:string_idx

191             uint32_t string_idx = VRegB_21c();
192 if (string_idx < file->NumStringIds()) {
195 PrintableString(file->StringDataByIdx(string_idx)).c_str(),
196 string_idx);
200 string_idx,
201 string_idx);
358 uint32_t string_idx = VRegB_31c();
360 if (string_idx < file->NumStringIds()) {
364 PrintableString(file->StringDataByIdx(string_idx)).c_str(),
365 string_idx);
370 string_idx,
371 string_idx);
374 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx);