Searched refs:adjust (Results 1 – 2 of 2) sorted by relevance
208 public MethodId adjust(MethodId methodId) { in adjust() method in IndexMap215 public CallSiteId adjust(CallSiteId callSiteId) { in adjust() method in IndexMap219 public MethodHandle adjust(MethodHandle methodHandle) { in adjust() method in IndexMap230 public FieldId adjust(FieldId fieldId) { in adjust() method in IndexMap238 public ProtoId adjust(ProtoId protoId) { in adjust() method in IndexMap245 public ClassDef adjust(ClassDef classDef) { in adjust() method in IndexMap253 public SortableType adjust(SortableType sortableType) { in adjust() method in IndexMap255 sortableType.getIndexMap(), adjust(sortableType.getClassDef())); in adjust()271 public Annotation adjust(Annotation annotation) { in adjust() method in IndexMap
464 return indexMap.adjust(in.readProtoId()); in mergeProtoIds()490 return indexMap.adjust(in.readCallSiteId()); in mergeCallSiteIds()514 return indexMap.adjust(in.readMethodHandle()); in mergeMethodHandles()536 return indexMap.adjust(in.readFieldId()); in mergeFieldIds()559 return indexMap.adjust(in.readMethodId()); in mergeMethodIds()583 return indexMap.adjust(in.readAnnotation()); in mergeAnnotations()653 SortableType sortableType = indexMap.adjust( in readSortableTypes()