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

  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 68 * the branchingness of this op; one of the {@code BRANCH_*}
71 private final int branchingness; field in class:Rop
89 * @param branchingness the branchingness of this op; one of the
95 TypeList exceptions, int branchingness, boolean isCallLike,
109 if ((branchingness < BRANCH_MIN) || (branchingness > BRANCH_MAX)) {
110 throw new IllegalArgumentException("bogus branchingness");
113 if ((exceptions.size() != 0) && (branchingness != BRANCH_THROW)) {
114 throw new IllegalArgumentException("exceptions / branchingness "
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 739 milliseconds