Home
last modified time | relevance | path

Searched refs:nameIndex (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java156 public int nameIndex; field in DebugInfoDecoder.LocalEntry
164 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, in LocalEntry() argument
169 this.nameIndex = nameIndex; in LocalEntry()
177 nameIndex, typeIndex, signatureIndex); in toString()
333 prevle.nameIndex, prevle.typeIndex, 0); in decode0()
358 prevle.nameIndex, prevle.typeIndex, in decode0()
502 int idx = entry.nameIndex; in validateEncode0()
540 if (decodedEntry.nameIndex >= 0) { in validateEncode0()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java167 public int nameIndex; field in DebugInfoDecoder.LocalEntry
175 public LocalEntry(int address, boolean isStart, int reg, int nameIndex, in LocalEntry() argument
180 this.nameIndex = nameIndex; in LocalEntry()
188 nameIndex, typeIndex, signatureIndex); in toString()
337 prevle.nameIndex, prevle.typeIndex, 0); in decode0()
362 prevle.nameIndex, prevle.typeIndex, in decode0()
506 int idx = entry.nameIndex; in validateEncode0()
544 if (decodedEntry.nameIndex >= 0) { in validateEncode0()
/dalvik/dx/src/com/android/dx/cf/cst/
DConstantPoolParser.java287 int nameIndex = bytes.getUnsignedShort(at + 1); in parse0() local
288 CstString name = (CstString) parse0(nameIndex, wasUtf8); in parse0()
322 int nameIndex = bytes.getUnsignedShort(at + 1); in parse0() local
323 CstString name = (CstString) parse0(nameIndex, wasUtf8); in parse0()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java913 int nameIndex; // uleb128p1 string index. Needs indexMap adjustment. in transformDebugInfoItem() local
939 nameIndex = in.readUleb128p1(); in transformDebugInfoItem()
940 debugInfoOut.writeUleb128p1(indexMap.adjustString(nameIndex)); in transformDebugInfoItem()
956 nameIndex = in.readUleb128p1(); in transformDebugInfoItem()
957 debugInfoOut.writeUleb128p1(indexMap.adjustString(nameIndex)); in transformDebugInfoItem()