private static class Interpreter.IRCallSite
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) CallBase |
call |
(package private) long |
count |
(package private) IRScope |
s |
(package private) InterpretedIRMethod |
tgtM |
(package private) int |
v |
| Constructor and Description |
|---|
IRCallSite() |
IRCallSite(Interpreter.IRCallSite cs) |
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
IRScope s
int v
CallBase call
long count
InterpretedIRMethod tgtM
public IRCallSite()
public IRCallSite(Interpreter.IRCallSite cs)