Searched defs:thisStringIdx (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java81 private final int thisStringIdx; field in class:DebugInfoDecoder
123 thisStringIdx = idx;
255 new LocalEntry(0, true, curReg, thisStringIdx, 0, 0);
491 int thisStringIdx = decoder.thisStringIdx;
504 if ((idx < 0) || (idx == thisStringIdx)) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java92 private final int thisStringIdx; field in class:DebugInfoDecoder
134 thisStringIdx = idx;
266 new LocalEntry(0, true, curReg, thisStringIdx, 0, 0);
496 int thisStringIdx = decoder.thisStringIdx;
509 if ((idx < 0) || (idx == thisStringIdx)) {

Completed in 706 milliseconds