Home
last modified time | relevance | path

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

/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java633 invoke(Rops.opInvokeStatic(method.prototype(true)), method, target, null, args); in invokeStatic()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java1204 return opInvokeStatic(((CstMethodRef) cst).getPrototype()); in ropFor()
1983 public static Rop opInvokeStatic(Prototype meth) { in opInvokeStatic() method in Rops