Lines Matching refs:new_index

897           dex::u4 new_index = MapStringIndex(ReadU4(idx));  in WriteInstructions()  local
898 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() local
903 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() local
912 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()
913 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()
914 *idx = dex::u2(new_index); in WriteInstructions()
919 dex::u4 new_index = MapFieldIndex(*idx); in WriteInstructions() local
920 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()
921 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()
922 *idx = dex::u2(new_index); in WriteInstructions()
927 dex::u4 new_index = MapMethodIndex(*idx); in WriteInstructions() local
928 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()
929 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()
930 *idx = dex::u2(new_index); in WriteInstructions()
935 dex::u4 new_index = MapMethodIndex(*idx); in WriteInstructions() local
936 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()
937 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()
938 *idx = dex::u2(new_index); in WriteInstructions()
947 dex::u4 new_index = MapMethodHandleIndex(*idx); in WriteInstructions() local
948 SLICER_CHECK_NE(new_index, dex::kNoIndex); in WriteInstructions()
949 SLICER_CHECK_EQ(dex::u2(new_index), new_index); in WriteInstructions()
950 *idx = dex::u2(new_index); in WriteInstructions()