Home | History | Annotate | Download | only in libdex

Lines Matching defs:opcode

21  * automatically by the opcode-gen tool. Any edits to the generated
29 * Table that maps each opcode to the full width of instructions that
30 * use that opcode, in (16-bit) code units. Unimplemented opcodes as
31 * well as the "breakpoint" opcode have a width of zero.
34 // BEGIN(libdex-widths); GENERATED AUTOMATICALLY BY opcode-gen
55 * Table that maps each opcode to the flags associated with that
56 * opcode.
59 // BEGIN(libdex-flags); GENERATED AUTOMATICALLY BY opcode-gen
320 * Table that maps each opcode to the instruction format associated
321 * that opcode.
324 // BEGIN(libdex-formats); GENERATED AUTOMATICALLY BY opcode-gen
366 * Table that maps each opcode to the index type implied by that
367 * opcode.
370 // BEGIN(libdex-index-types); GENERATED AUTOMATICALLY BY opcode-gen
493 Opcode opcode = dexOpcodeFromCodeUnit(inst);
494 InstructionFormat format = dexGetFormatFromOpcode(opcode);
496 pDec->opcode = opcode;
497 pDec->indexType = dexGetIndexTypeFromOpcode(opcode);
646 ALOGW("Can't decode unexpected format %d (op=%d)", format, opcode);