OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:branchingness
(Results
1 - 3
of
3
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/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
...]
/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("invalid
branchingness
: " +
branchingness
);
113
if ((exceptions.size() != 0) && (
branchingness
!= BRANCH_THROW))
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 52 milliseconds