Home | History | Annotate | Download | only in file

Lines Matching defs:isStart

161         public boolean isStart;
175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
178 this.isStart = isStart;
188 address, isStart ? "start" : "end", reg,
331 if (prevle.isStart) {
357 if (!prevle.isStart) {
515 if ((entry.reg == e2.reg) && e2.isStart) {
565 if (decodedEntry.isStart != origEntry.isStart()) {