Searched refs:bindsClosely (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
H A DCodeAddress.java31 private final boolean bindsClosely; field in class:CodeAddress
48 * @param bindsClosely if the address should bind closely to the following
51 public CodeAddress(SourcePosition position, boolean bindsClosely) { argument
53 this.bindsClosely = bindsClosely;
83 * If bindsClosely is true, the address will point to the instruction
89 return bindsClosely;

Completed in 115 milliseconds