Searched refs:PrologueEnd (Results 1 – 7 of 7) sorted by relevance
35 import org.jf.dexlib2.iface.debug.PrologueEnd;39 public class ImmutablePrologueEnd extends ImmutableDebugItem implements PrologueEnd {45 public static ImmutablePrologueEnd of(@Nonnull PrologueEnd prologueEnd) { in of()
63 return ImmutablePrologueEnd.of((PrologueEnd)debugItem); in of()
36 import org.jf.dexlib2.iface.debug.PrologueEnd;38 public class BuilderPrologueEnd extends BuilderDebugItem implements PrologueEnd {
34 public interface PrologueEnd extends DebugItem { interface
140 PrologueEnd = false; in postAppend()154 PrologueEnd = false; in reset()163 << (PrologueEnd ? " prologue_end" : "") in dump()443 State.Row.PrologueEnd = true; in parse()
138 PrologueEnd:1, member
975 if (Row.PrologueEnd) { in emitLineTableForUnit()3006 NextLine.PrologueEnd = 0; in patchLineTableForUnit()3030 uint32_t PrologueEnd = StmtList + 10 + LineTable.Prologue.PrologueLength; in patchLineTableForUnit() local3045 LineData.slice(StmtList + 4, PrologueEnd), in patchLineTableForUnit()