OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCallLike
(Results
1 - 3
of
3
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java
74
private final boolean
isCallLike
;
91
* @param
isCallLike
whether the op is a function/method call or similar
95
TypeList exceptions, int branchingness, boolean
isCallLike
,
123
this.
isCallLike
=
isCallLike
;
129
* call-like op (see {@link #
isCallLike
}).
149
* call-like op (see {@link #
isCallLike
}).
168
* and it is never a call-like op (see {@link #
isCallLike
}).
184
* but it is never a call-like op (see {@link #
isCallLike
}).
202
* is always a call-like op (see {@link #
isCallLike
}). It
[
all
...]
/dalvik/dx/src/com/android/dx/rop/code/
Rop.java
74
private final boolean
isCallLike
;
91
* @param
isCallLike
whether the op is a function/method call or similar
95
TypeList exceptions, int branchingness, boolean
isCallLike
,
123
this.
isCallLike
=
isCallLike
;
129
* call-like op (see {@link #
isCallLike
}).
149
* call-like op (see {@link #
isCallLike
}).
168
* and it is never a call-like op (see {@link #
isCallLike
}).
184
* but it is never a call-like op (see {@link #
isCallLike
}).
202
* is always a call-like op (see {@link #
isCallLike
}). It
[
all
...]
/prebuilt/sdk/tools/lib/
dx.jar
Completed in 86 milliseconds