Searched refs:getFormat (Results 1 - 18 of 18) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DFixedSizeInsn.java52 return getOpcode().getFormat().codeSize();
58 getOpcode().getFormat().writeTo(out, this);
70 return getOpcode().getFormat().listingString(this, noteIndices);
H A DDop.java104 public InsnFormat getFormat() { method in class:Dop
H A DOutputFinisher.java369 result[i] = insns.get(i).getOpcode().getFormat();
548 if (format != dop.getFormat()) {
579 InsnFormat originalFormat = dop.getFormat();
598 originalFormat = insn.getOpcode().getFormat();
673 InsnFormat format = dop.getFormat();
H A DSwitchData.java103 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize();
H A DDops.java1214 (dop.getFormat() == format)) {
/dalvik/dx/src/com/android/dx/dex/code/
H A DFixedSizeInsn.java53 return getOpcode().getFormat().codeSize();
59 getOpcode().getFormat().writeTo(out, this);
71 return getOpcode().getFormat().listingString(this, noteIndices);
H A DDop.java115 public InsnFormat getFormat() { method in class:Dop
H A DOutputFinisher.java490 BitSet compatRegs = expandedOp.getFormat().compatibleRegs(insn);
528 if (guess.getFormat().isCompatible(insn)) {
643 currentOpcode.getFormat().compatibleRegs(insn);
741 if (opcode.getFormat().branchFits(target)) {
H A DSwitchData.java104 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize();
/dalvik/dx/src/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DFiveRegisterDecodedInstruction.java88 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DFourRegisterDecodedInstruction.java79 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DThreeRegisterDecodedInstruction.java70 getFormat(), getOpcode(), newIndex, getIndexType(),
H A DDecodedInstruction.java72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
119 public final InstructionCodec getFormat() { method in class:DecodedInstruction
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java1211 public static InstructionCodec getFormat(int opcode) { method in class:OpcodeInfo
1212 return get(opcode).getFormat();
1257 public InstructionCodec getFormat() { method in class:OpcodeInfo.Info

Completed in 166 milliseconds