Home | History | Annotate | Download | only in file

Lines Matching refs:isStart

151         public boolean isStart;
165 public LocalEntry(int address, boolean isStart, int reg, int nameIndex,
168 this.isStart = isStart;
177 address, isStart ? "start" : "end", reg,
320 if (prevle.isStart) {
346 if (!prevle.isStart) {
504 if ((entry.reg == e2.reg) && e2.isStart) {
554 if (decodedEntry.isStart != origEntry.isStart()) {