Home
last modified time | relevance | path

Searched refs:opPutStatic (Results 1 – 2 of 2) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java605 addInstruction(new ThrowingCstInsn(Rops.opPutStatic(source.type.ropType), sourcePosition, in sput()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1202 case RegOps.PUT_STATIC: return opPutStatic(sources.getType(0)); in ropFor()
1960 public static Rop opPutStatic(TypeBearer type) { in opPutStatic() method in Rops