Searched defs:isInvocation (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstMethodHandle.java62 } else if (isInvocation(type)) {
134 public static boolean isInvocation(int type) { method in class:CstMethodHandle
152 public boolean isInvocation() { method in class:CstMethodHandle
153 return isInvocation(type);

Completed in 58 milliseconds