/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
|
D | DecodedInstruction.java | 50 private final IndexType indexType; field in DecodedInstruction 102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
|
D | InstructionCodec.java | 261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() local 369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() local 503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() local 780 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() local 840 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange() local
|
/dalvik/libdex/ |
D | InstrUtils.h | 136 InstructionIndexType indexType; member
|
/dalvik/dx/src/com/android/dx/io/ |
D | OpcodeInfo.java | 1239 private final IndexType indexType; field in OpcodeInfo.Info 1242 IndexType indexType) { in Info()
|
/dalvik/vm/analysis/ |
D | CodeVerify.cpp | 4457 RegType srcType, indexType; in verifyInstruction() local 4506 RegType dstType, indexType; in verifyInstruction() local 4555 RegType dstType, indexType; in verifyInstruction() local 4627 RegType srcType, dstType, indexType; in verifyInstruction() local
|