Home | History | Annotate | Download | only in slicer

Lines Matching full:index16

826     dex::u2* index16 = nullptr;
835 index16 = &ptr[1];
849 SLICER_CHECK(index16 == nullptr);
854 dex::u4 new_index = MapStringIndex(*index16);
857 *index16 = dex::u2(new_index);
863 dex::u4 new_index = MapTypeIndex(*index16);
866 *index16 = dex::u2(new_index);
871 dex::u4 new_index = MapFieldIndex(*index16);
874 *index16 = dex::u2(new_index);
879 dex::u4 new_index = MapMethodIndex(*index16);
882 *index16 = dex::u2(new_index);