OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindsClosely
(Results
1 - 2
of
2
) sorted by null
/dalvik/dx/src/com/android/dx/dex/code/
CodeAddress.java
31
private final boolean
bindsClosely
;
48
* @param
bindsClosely
if the address should bind closely to the following
51
public CodeAddress(SourcePosition position, boolean
bindsClosely
) {
53
this.
bindsClosely
=
bindsClosely
;
83
* If
bindsClosely
is true, the address will point to the instruction
89
return
bindsClosely
;
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 177 milliseconds