Searched refs:iw (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/command/dump/ |
D | BaseDumper.java | 283 IndentingWriter iw = new IndentingWriter(sw, w2, separator); in twoColumns() local 285 iw.write(s2); in twoColumns() 287 iw.write('\n'); in twoColumns() 289 iw.flush(); in twoColumns()
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | DalvInsnList.java | 226 IndentingWriter iw = new IndentingWriter(out, 0, prefix); in debugPrint() local 241 iw.write(s); in debugPrint() 245 iw.flush(); in debugPrint()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | DalvInsnList.java | 225 IndentingWriter iw = new IndentingWriter(out, 0, prefix); in debugPrint() local 240 iw.write(s); in debugPrint() 244 iw.flush(); in debugPrint()
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_tabl.cpp | 350 {OpcodeInfo::decoder, {Size16, opcode_starts_from + 5, iw}, {AX, imm16}, DU_U },\ 355 {OpcodeInfo::all, {Size16, 0x81, opc_ext, iw}, {r_m16, imm16}, def_use },\ 1024 {OpcodeInfo::all, {Size16, 0x69, _r, iw}, {r16,r_m16,imm16}, D_U_U }, 1027 {OpcodeInfo::all, {Size16, 0x69, _r, iw}, {r16,imm16}, DU_U }, 1432 {OpcodeInfo::all, {0xC2, iw}, {imm16}, U }, 1530 {OpcodeInfo::decoder, {0xA9, iw}, { AX, imm16}, U_U }, 1536 {OpcodeInfo::all, {Size16, 0xF7, _0, iw}, {r_m16,imm16}, U_U }, 1727 {OpcodeInfo::decoder, {0xC8, iw, ib}, {imm16, imm8}, N }, 1883 else if (sz==OpndSize_16) {imm_encode = iw; coff_encode=cw;} in buildMnemonicDesc()
|
D | enc_prvt.h | 127 #define iw OpcodeByteKind_iw macro
|