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

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Label.java 91 * Indicates if this basic block is the start of a subroutine.
93 static final int SUBROUTINE = 512;
96 * Indicates if this subroutine basic block has been visited.
421 * Returns true is this basic block belongs to the given subroutine.
423 * @param id a subroutine id.
424 * @return true is this basic block belongs to the given subroutine.
435 * subroutine.
439 * subroutine.
451 * Marks this basic block as belonging to the given subroutine.
453 * @param id a subroutine id.
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 88 milliseconds