/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() 369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() 503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() 676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_41C() 699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_52C() 723 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_5RC() 913 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() 973 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange()
|
D | ZeroRegisterDecodedInstruction.java | 41 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | OneRegisterDecodedInstruction.java | 52 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 57 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 61 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | ThreeRegisterDecodedInstruction.java | 70 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FourRegisterDecodedInstruction.java | 79 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | FiveRegisterDecodedInstruction.java | 88 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
|
D | DecodedInstruction.java | 145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | CodeReader.java | 102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
|
D | OpcodeInfo.java | 1413 public static IndexType getIndexType(int opcode) { in getIndexType() method in OpcodeInfo 1414 return get(opcode).getIndexType(); in getIndexType() 1456 public IndexType getIndexType() { in getIndexType() method in OpcodeInfo.Info
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in rr::PrimitiveList
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btIndexedMesh.java | 266 public int getIndexType() { in getIndexType() method in btIndexedMesh
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4353 const rr::IndexType indexType = primitives.getIndexType(); in drawWithReference()
|