Lines Matching refs:idx
832 dex::u2* idx = &ptr[1]; in WriteInstructions() local
855 dex::u4 new_index = MapStringIndex(ReadU4(idx)); in WriteInstructions()
857 WriteU4(idx, new_index); in WriteInstructions()
860 dex::u4 new_index = MapStringIndex(*idx); in WriteInstructions()
863 *idx = dex::u2(new_index); in WriteInstructions()
869 dex::u4 new_index = MapTypeIndex(*idx); in WriteInstructions()
872 *idx = dex::u2(new_index); in WriteInstructions()
877 dex::u4 new_index = MapFieldIndex(*idx); in WriteInstructions()
880 *idx = dex::u2(new_index); in WriteInstructions()
885 dex::u4 new_index = MapMethodIndex(*idx); in WriteInstructions()
888 *idx = dex::u2(new_index); in WriteInstructions()