Searched defs:adjust (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DSysUtil.cpp199 int adjust; local
204 /* adjust to be page-aligned */
205 adjust = start % SYSTEM_PAGE_SIZE;
206 actualStart = start - adjust;
207 actualLength = length + adjust;
219 pMap->addr = (char*)memPtr + adjust;
255 * Align "addr" to a page boundary and adjust "length" appropriately.
/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java192 public MethodId adjust(MethodId methodId) { method in class:IndexMap
199 public FieldId adjust(FieldId fieldId) { method in class:IndexMap
207 public ProtoId adjust(ProtoId protoId) { method in class:IndexMap
214 public ClassDef adjust(ClassDef classDef) { method in class:IndexMap
222 public SortableType adjust(SortableType sortableType) { method in class:IndexMap
223 return new SortableType(sortableType.getDex(), adjust(sortableType.getClassDef()));
239 public Annotation adjust(Annotation annotation) { method in class:IndexMap

Completed in 55 milliseconds