Searched refs:str_idx (Results 1 – 2 of 2) sorted by relevance
295 const uint16_t str_idx = is_jumbo ? inst->VRegB_31c() : inst->VRegB_21c(); in ProcessCodeItem() local300 ++current_type.strings_.FindOrAdd(str_idx)->second; in ProcessCodeItem()302 uint32_t idx = current_type.strings_.Get(str_idx); in ProcessCodeItem()
488 const u4 str_idx = static_cast<u4>(readVarWidth(data, arg, false)); in dumpEncodedValue() local489 fputs(pDexFile->StringByTypeIdx(dex::TypeIndex(str_idx)), gOutFile); in dumpEncodedValue()