Home
last modified time | relevance | path

Searched refs:short_fixup (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h63 bool short_fixup; // 16bit or 32bit fixup? member
65 LabelFixup(dex::u4 offset, Label* label, bool short_fixup) : in LabelFixup()
66 offset(offset), label(label), short_fixup(short_fixup) {} in LabelFixup()
/tools/dexter/slicer/
Dbytecode_encoder.cc592 if (fixup.short_fixup) { in FixupLabels()