public class CallSitePool extends BaseIndexPool<CallSiteReference> implements CallSiteSection<CallSiteReference,ArrayEncodedValue>
dexPool, internedItems| Constructor and Description |
|---|
CallSitePool(DexPool dexPool) |
| Modifier and Type | Method and Description |
|---|---|
ArrayEncodedValue |
getEncodedCallSite(CallSiteReference callSiteReference) |
void |
intern(CallSiteReference callSiteReference) |
getItemIndex, getItems, getItemStringgetItemCount, mark, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetItemCount, getItemIndex, getItemspublic CallSitePool(@Nonnull
DexPool dexPool)
public void intern(CallSiteReference callSiteReference)
public ArrayEncodedValue getEncodedCallSite(CallSiteReference callSiteReference)
getEncodedCallSite in interface CallSiteSection<CallSiteReference,ArrayEncodedValue>