Lines Matching refs: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
71 * Table that maps each opcode to the flags associated with that
72 * opcode.
75 // BEGIN(libdex-flags); GENERATED AUTOMATICALLY BY opcode-gen
592 * Table that maps each opcode to the instruction format associated
593 * that opcode.
596 // BEGIN(libdex-formats); GENERATED AUTOMATICALLY BY opcode-gen
675 * Table that maps each opcode to the index type implied by that
676 * opcode.
679 // BEGIN(libdex-index-types); GENERATED AUTOMATICALLY BY opcode-gen
887 Opcode opcode = dexOpcodeFromCodeUnit(inst);
888 InstructionFormat format = dexGetFormatFromOpcode(opcode);
890 pDec->opcode = opcode;
891 pDec->indexType = dexGetIndexTypeFromOpcode(opcode);
1077 LOGW("Can't decode unexpected format %d (op=%d)", format, opcode);