HomeSort by relevance Sort by last modified time
    Searched defs:DecodedInstruction (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 39 public abstract class DecodedInstruction {
69 public static DecodedInstruction decode(CodeInput in) throws EOFException {
82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) {
84 DecodedInstruction[] decoded = new DecodedInstruction[size];
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
101 public DecodedInstruction(InstructionCodec format, int opcode,
477 public abstract DecodedInstruction withIndex(int newIndex);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.java 39 public abstract class DecodedInstruction {
69 public static DecodedInstruction decode(CodeInput in) throws EOFException {
82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) {
84 DecodedInstruction[] decoded = new DecodedInstruction[size];
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
101 public DecodedInstruction(InstructionCodec format, int opcode,
477 public abstract DecodedInstruction withIndex(int newIndex);
  /dalvik/libdex/
InstrUtils.h 129 struct DecodedInstruction {
193 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);
  /art/runtime/
dex_instruction.h 437 struct DecodedInstruction {
445 explicit DecodedInstruction(const Instruction* inst) {
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 58 milliseconds