Searched refs:name_idx (Results 1 – 4 of 4) sorted by relevance
224 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo() local226 local_in_reg[arg_reg].name_ = index_to_string_data(name_idx); in DecodeDebugLocalInfo()271 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugLocalInfo() local284 local_in_reg[reg].name_ = index_to_string_data(name_idx); in DecodeDebugLocalInfo()416 uint32_t name_idx = DecodeUnsignedLeb128P1(&stream); in DecodeDebugPositionInfo() local417 entry.source_file_ = index_to_string_data(name_idx); in DecodeDebugPositionInfo()
245 const dex::StringIndex name_idx = GetIndexForStringId(name); in FindFieldId() local257 if (name_idx > field.name_idx_) { in FindFieldId()259 } else if (name_idx < field.name_idx_) { in FindFieldId()280 const dex::StringIndex name_idx = GetIndexForStringId(name); in FindMethodId() local292 if (name_idx > method.name_idx_) { in FindMethodId()294 } else if (name_idx < method.name_idx_) { in FindMethodId()
1768 DECODE_UNSIGNED_CHECKED_FROM(ptr_, name_idx); in CheckIntraDebugInfoItem()1769 if (name_idx != 0) { in CheckIntraDebugInfoItem()1770 name_idx--; in CheckIntraDebugInfoItem()1771 if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL name_idx")) { in CheckIntraDebugInfoItem()1799 DECODE_UNSIGNED_CHECKED_FROM(ptr_, name_idx); in CheckIntraDebugInfoItem()1800 if (name_idx != 0) { in CheckIntraDebugInfoItem()1801 name_idx--; in CheckIntraDebugInfoItem()1802 … if (!CheckIndex(name_idx, header_->string_ids_size_, "DBG_START_LOCAL_EXTENDED name_idx")) { in CheckIntraDebugInfoItem()1823 DECODE_UNSIGNED_CHECKED_FROM(ptr_, name_idx); in CheckIntraDebugInfoItem()1824 if (name_idx != 0) { in CheckIntraDebugInfoItem()[all …]
522 const u4 name_idx = DecodeUnsignedLeb128(data); in dumpEncodedValue() local524 fputs(pDexFile->StringDataByIdx(dex::StringIndex(name_idx)), gOutFile); in dumpEncodedValue()