Searched refs:short_fixup (Results 1 – 2 of 2) sorted by relevance
63 bool short_fixup; // 16bit or 32bit fixup? member65 LabelFixup(dex::u4 offset, Label* label, bool short_fixup) : in LabelFixup()66 offset(offset), label(label), short_fixup(short_fixup) {} in LabelFixup()
592 if (fixup.short_fixup) { in FixupLabels()