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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java82 private final int thisStringIdx; field in class:DebugInfoDecoder
124 thisStringIdx = idx;
255 new LocalEntry(0, true, curReg, thisStringIdx, 0, 0);
485 int thisStringIdx = decoder.thisStringIdx;
498 if ((idx < 0) || (idx == thisStringIdx)) {

Completed in 144 milliseconds