OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:invokeDynamicRef
(Results
1 - 4
of
4
) sorted by null
/dalvik/dx/src/com/android/dx/dex/file/
CallSiteIdItem.java
32
final CstCallSiteRef
invokeDynamicRef
;
39
* @param
invokeDynamicRef
{@code non-null;} The call site to represent in the DEX file.
41
public CallSiteIdItem(CstCallSiteRef
invokeDynamicRef
) {
42
this.
invokeDynamicRef
=
invokeDynamicRef
;
61
CstCallSite callSite =
invokeDynamicRef
.getCallSite();
78
out.annotate(0, indexString() + ' ' +
invokeDynamicRef
.toString());
88
return
invokeDynamicRef
.compareTo(other.
invokeDynamicRef
);
/dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java
206
CstCallSiteRef
invokeDynamicRef
= (CstCallSiteRef) cst;
207
count =
invokeDynamicRef
.getPrototype().getParameterTypes().getWordCount();
/dalvik/dx/src/com/android/dx/cf/code/
Simulator.java
712
CstInvokeDynamic
invokeDynamicRef
= (CstInvokeDynamic) cst;
713
Prototype prototype =
invokeDynamicRef
.getPrototype();
717
cst =
invokeDynamicRef
.addReference();
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 46 milliseconds