Searched refs:new_index (Results 1 – 2 of 2) sorted by relevance
79 auto new_index = dex_ir_->strings_indexes.AllocateIndex(); in GetAsciiString() local80 auto& ir_node = dex_ir_->strings_map[new_index]; in GetAsciiString()83 ir_string->orig_index = new_index; in GetAsciiString()107 auto new_index = dex_ir_->types_indexes.AllocateIndex(); in GetType() local108 auto& ir_node = dex_ir_->types_map[new_index]; in GetType()111 ir_type->orig_index = new_index; in GetType()166 auto new_index = dex_ir_->protos_indexes.AllocateIndex(); in GetProto() local167 auto& ir_node = dex_ir_->protos_map[new_index]; in GetProto()170 ir_proto->orig_index = new_index; in GetProto()195 auto new_index = dex_ir_->fields_indexes.AllocateIndex(); in GetFieldDecl() local[all …]
897 dex::u4 new_index = MapStringIndex(ReadU4(idx)); in WriteInstructions() local898 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()899 WriteU4(idx, new_index); in WriteInstructions()902 dex::u4 new_index = MapStringIndex(*idx); in WriteInstructions() local903 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()904 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()905 *idx = dex::u2(new_index); in WriteInstructions()911 dex::u4 new_index = MapTypeIndex(*idx); in WriteInstructions() local912 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()913 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()[all …]