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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRop.java74 private final boolean isCallLike; field in class:Rop
91 * @param isCallLike whether the op is a function/method call or similar
95 TypeList exceptions, int branchingness, boolean isCallLike,
123 this.isCallLike = isCallLike;
129 * call-like op (see {@link #isCallLike}).
149 * call-like op (see {@link #isCallLike}).
168 * and it is never a call-like op (see {@link #isCallLike}).
184 * but it is never a call-like op (see {@link #isCallLike}).
202 * is always a call-like op (see {@link #isCallLike})
94 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, boolean isCallLike, String nickname) argument
358 public boolean isCallLike() { method in class:Rop
[all...]
/dalvik/dx/src/com/android/dx/rop/code/
H A DRop.java74 private final boolean isCallLike; field in class:Rop
91 * @param isCallLike whether the op is a function/method call or similar
95 TypeList exceptions, int branchingness, boolean isCallLike,
123 this.isCallLike = isCallLike;
129 * call-like op (see {@link #isCallLike}).
149 * call-like op (see {@link #isCallLike}).
168 * and it is never a call-like op (see {@link #isCallLike}).
184 * but it is never a call-like op (see {@link #isCallLike}).
202 * is always a call-like op (see {@link #isCallLike})
94 Rop(int opcode, Type result, TypeList sources, TypeList exceptions, int branchingness, boolean isCallLike, String nickname) argument
358 public boolean isCallLike() { method in class:Rop
[all...]

Completed in 80 milliseconds