OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callSiteMethod
(Results
1 - 2
of
2
) sorted by null
/dalvik/dx/src/com/android/dx/rop/code/
InvokePolymorphicInsn.java
51
private final CstMethodRef
callSiteMethod
;
70
* @param
callSiteMethod
{@code non-null;} the method called by
74
CstMethodRef
callSiteMethod
) {
86
if (
callSiteMethod
== null) {
87
throw new NullPointerException("
callSiteMethod
== null");
88
} else if (!
callSiteMethod
.isSignaturePolymorphic()) {
89
throw new IllegalArgumentException("
callSiteMethod
is not signature polymorphic");
92
this.
callSiteMethod
=
callSiteMethod
;
93
this.polymorphicMethod = makePolymorphicMethod(
callSiteMethod
);
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 51 milliseconds