Home
last modified time | relevance | path

Searched refs:decoder (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java442 DebugInfoDecoder decoder in validateEncode0() local
446 decoder.decode(); in validateEncode0()
453 List<PositionEntry> decodedEntries = decoder.getPositionList(); in validateEncode0()
484 List<LocalEntry> decodedLocals = decoder.getLocals(); in validateEncode0()
485 int thisStringIdx = decoder.thisStringIdx; in validateEncode0()
487 int paramBase = decoder.getParamBase(); in validateEncode0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java448 DebugInfoDecoder decoder in validateEncode0() local
452 decoder.decode(); in validateEncode0()
459 List<PositionEntry> decodedEntries = decoder.getPositionList(); in validateEncode0()
490 List<LocalEntry> decodedLocals = decoder.getLocals(); in validateEncode0()
491 int thisStringIdx = decoder.thisStringIdx; in validateEncode0()
493 int paramBase = decoder.getParamBase(); in validateEncode0()
/dalvik/vm/compiler/codegen/x86/libenc/
Denc_tabl.cpp349 {OpcodeInfo::decoder, {opcode_starts_from + 4, ib}, {AL, imm8}, DU_U },\
350 {OpcodeInfo::decoder, {Size16, opcode_starts_from + 5, iw}, {AX, imm16}, DU_U },\
351 {OpcodeInfo::decoder, {opcode_starts_from + 5, id}, {EAX, imm32}, DU_U },\
481 {OpcodeInfo::decoder, {0xF5}, {}, N },
1167 {OpcodeInfo::decoder, {0xA0}, {AL, moff8}, D_U },
1168 {OpcodeInfo::decoder, {Size16, 0xA1}, {AX, moff16}, D_U },
1169 {OpcodeInfo::decoder, {0xA1}, {EAX, moff32}, D_U },
1172 {OpcodeInfo::decoder, {0xA2}, {moff8, AL}, D_U },
1173 {OpcodeInfo::decoder, {Size16, 0xA3}, {moff16, AX}, D_U },
1174 {OpcodeInfo::decoder, {0xA3}, {moff32, EAX}, D_U },
[all …]
Denc_base.cpp791 if (opcode.platf == OpcodeInfo::decoder) { in lookup()
805 if (opcode.platf == OpcodeInfo::decoder) { in lookup()
827 assert(odesc->platf != OpcodeInfo::decoder); in lookup()
Denc_prvt.h299 decoder, enumerator