Searched refs:EpilogueBegin (Results 1 – 7 of 7) sorted by relevance
35 import org.jf.dexlib2.iface.debug.EpilogueBegin;39 public class ImmutableEpilogueBegin extends ImmutableDebugItem implements EpilogueBegin {45 public static ImmutableEpilogueBegin of(@Nonnull EpilogueBegin epilogueBegin) { in of()
65 return ImmutableEpilogueBegin.of((EpilogueBegin)debugItem); in of()
36 import org.jf.dexlib2.iface.debug.EpilogueBegin;38 public class BuilderEpilogueBegin extends BuilderDebugItem implements EpilogueBegin {
34 public interface EpilogueBegin extends DebugItem { interface
141 EpilogueBegin = false; in postAppend()155 EpilogueBegin = false; in reset()164 << (EpilogueBegin ? " epilogue_begin" : "") in dump()449 State.Row.EpilogueBegin = true; in parse()
142 EpilogueBegin:1; member
980 if (Row.EpilogueBegin) { in emitLineTableForUnit()3008 NextLine.EpilogueBegin = 0; in patchLineTableForUnit()