Searched refs:CallSiteId (Results 1 – 4 of 4) sorted by relevance
25 public class CallSiteId implements Comparable<CallSiteId> { class30 public CallSiteId(Dex dex, int offset) { in CallSiteId() method in CallSiteId36 public int compareTo(CallSiteId o) { in compareTo()
443 public CallSiteId readCallSiteId() { in readCallSiteId()445 return new CallSiteId(Dex.this, offset); in readCallSiteId()
20 import com.android.dex.CallSiteId;215 public CallSiteId adjust(CallSiteId callSiteId) { in adjust()216 return new CallSiteId(target, adjustEncodedArray(callSiteId.getCallSiteOffset())); in adjust()
20 import com.android.dex.CallSiteId;482 new IdMerger<CallSiteId>(idsDefsOut) { in mergeCallSiteIds()489 CallSiteId read(Dex.Section in, IndexMap indexMap, int index) { in mergeCallSiteIds()499 void write(CallSiteId value) { in mergeCallSiteIds()