Searched defs:isStart (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java150 public boolean isStart; field in class:DebugInfoDecoder.LocalEntry
164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, argument
167 this.isStart = isStart;
176 address, isStart ? "start" : "end", reg,
326 if (prevle.isStart) {
352 if (!prevle.isStart) {
510 if ((entry.reg == e2.reg) && e2.isStart) {
560 if (decodedEntry.isStart != origEntry.isStart()) {
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java161 public boolean isStart; field in class:DebugInfoDecoder.LocalEntry
175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, argument
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()) {
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DLocalList.java196 boolean thisIsStart = isStart();
197 boolean otherIsStart = other.isStart();
230 public boolean isStart() { method in class:LocalList.Entry
401 if (e.isStart()) {
426 if (test.isStart()) {
/dalvik/dx/src/com/android/dx/dex/code/
H A DLocalList.java198 boolean thisIsStart = isStart();
199 boolean otherIsStart = other.isStart();
232 public boolean isStart() { method in class:LocalList.Entry
400 if (e.isStart()) {
425 if (test.isStart()) {

Completed in 411 milliseconds