HomeSort by relevance Sort by last modified time
    Searched defs:isCallLike (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 74 private final boolean isCallLike;
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}). It
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 23 milliseconds