HomeSort by relevance Sort by last modified time
    Searched defs:DecodedInstruction (Results 1 - 7 of 7) 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/compiler/dex/
mir_graph.h 252 * TODO: remove embedded DecodedInstruction to save space, keeping only opcode. Recover
256 struct DecodedInstruction {
264 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 791 milliseconds