Home
last modified time | relevance | path

Searched defs:indexType (Results 1 – 12 of 12) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
DOneRegisterDecodedInstruction.java32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
DRegisterRangeDecodedInstruction.java36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
DTwoRegisterDecodedInstruction.java35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
DDecodedInstruction.java50 private final IndexType indexType; field in DecodedInstruction
102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
DInstructionCodec.java261 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/
DInstrUtils.h136 InstructionIndexType indexType; member
/dalvik/dx/src/com/android/dx/io/
DOpcodeInfo.java1239 private final IndexType indexType; field in OpcodeInfo.Info
1242 IndexType indexType) { in Info()
/dalvik/vm/analysis/
DCodeVerify.cpp4457 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