Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 14 of 14) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java261 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()
DZeroRegisterDecodedInstruction.java41 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DOneRegisterDecodedInstruction.java52 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DRegisterRangeDecodedInstruction.java57 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DTwoRegisterDecodedInstruction.java61 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DThreeRegisterDecodedInstruction.java70 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DFourRegisterDecodedInstruction.java79 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DFiveRegisterDecodedInstruction.java88 getFormat(), getOpcode(), newIndex, getIndexType(), in withIndex()
DDecodedInstruction.java145 public final IndexType getIndexType() { in getIndexType() method in DecodedInstruction
/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java102 switch (OpcodeInfo.getIndexType(one.getOpcode())) { in callVisit()
DOpcodeInfo.java1413 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/
DrrRenderer.hpp99 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/
DbtIndexedMesh.java266 public int getIndexType() { in getIndexType() method in btIndexedMesh
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4353 const rr::IndexType indexType = primitives.getIndexType(); in drawWithReference()