Searched refs:opGetStatic (Results 1 - 2 of 2) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1200 case RegOps.GET_STATIC: return opGetStatic(dest);
1937 public static Rop opGetStatic(TypeBearer type) { method in class:Rops
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java593 addInstruction(new ThrowingCstInsn(Rops.opGetStatic(target.type.ropType), sourcePosition,

Completed in 24 milliseconds