Searched refs:indexString (Results 1 – 14 of 14) sorted by relevance
/dalvik/dx/src/com/android/dx/dex/file/ |
D | IndexedItem.java | 78 public final String indexString() { in indexString() method in IndexedItem
|
D | TypeIdItem.java | 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); in writeTo()
|
D | CallSiteIdItem.java | 78 out.annotate(0, indexString() + ' ' + invokeDynamicRef.toString()); in writeTo()
|
D | StringIdItem.java | 102 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); in writeTo()
|
D | MemberIdItem.java | 70 out.annotate(0, indexString() + ' ' + cst.toHuman()); in writeTo()
|
D | MethodHandleItem.java | 71 out.annotate(0, indexString() + ' ' + methodHandle.toString()); in writeTo()
|
D | ProtoIdItem.java | 147 out.annotate(0, indexString() + ' ' + sb.toString()); in writeTo()
|
D | ClassDefItem.java | 186 out.annotate(0, indexString() + ' ' + thisClass.toHuman()); in writeTo()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | TypeIdItem.java | 66 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); in writeTo()
|
D | StringIdItem.java | 103 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); in writeTo()
|
D | MemberIdItem.java | 72 out.annotate(0, indexString() + ' ' + cst.toHuman()); in writeTo()
|
D | ProtoIdItem.java | 150 out.annotate(0, indexString() + ' ' + sb.toString()); in writeTo()
|
D | ClassDefItem.java | 189 out.annotate(0, indexString() + ' ' + thisClass.toHuman()); in writeTo()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 770 static char* indexString(DexFile* pDexFile, const DecodedInstruction* pDecInsn, size_t bufSize) in indexString() function 945 return indexString(pDexFile, pDecInsn, outSize + 1); in indexString() 999 indexBuf = indexString(pDexFile, pDecInsn, 200); in dumpInstruction()
|