Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java162 public MethodId adjust(MethodId methodId) { in adjust() method in IndexMap
169 public FieldId adjust(FieldId fieldId) { in adjust() method in IndexMap
177 public ProtoId adjust(ProtoId protoId) { in adjust() method in IndexMap
184 public ClassDef adjust(ClassDef classDef) { in adjust() method in IndexMap
192 public SortableType adjust(SortableType sortableType) { in adjust() method in IndexMap
193 return new SortableType(sortableType.getBuffer(), adjust(sortableType.getClassDef())); in adjust()
208 public Annotation adjust(Annotation annotation) { in adjust() method in IndexMap
DDexMerger.java448 return indexMap.adjust(in.readProtoId()); in mergeProtoIds()
471 return indexMap.adjust(in.readFieldId()); in mergeFieldIds()
494 return indexMap.adjust(in.readMethodId()); in mergeMethodIds()
517 return indexMap.adjust(in.readAnnotation()); in mergeAnnotations()
587 SortableType sortableType = indexMap.adjust(new SortableType(buffer, classDef)); in readSortableTypes()
/dalvik/libdex/
DSysUtil.cpp199 int adjust; in sysMapFileSegmentInShmem() local
205 adjust = start % SYSTEM_PAGE_SIZE; in sysMapFileSegmentInShmem()
206 actualStart = start - adjust; in sysMapFileSegmentInShmem()
207 actualLength = length + adjust; in sysMapFileSegmentInShmem()
219 pMap->addr = (char*)memPtr + adjust; in sysMapFileSegmentInShmem()
/dalvik/vm/compiler/template/mips/
DTEMPLATE_MEM_OP_DECODE.S45 sub sp, (32-0)*4 # adjust stack pointer
93 # adjust SP by 32 registers due to the way we are storing
95 add sp, (32-0)*4 # adjust stack pointer
129 add sp, (32-0)*4 # adjust stack pointer
DTEMPLATE_SAVE_STATE.S61 sw sp, r_SP*4(a0) # save sp (need to adjust??? )
104 sub sp, sp, 8 # adjust stack ptr
/dalvik/vm/arch/arm/
DCallEABI.S158 @.pad #4 @ adjust for 64-bit align
233 b .Lfast_copy_loop2 @ don't adjust argc after writing pad
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-mips.S2101 sub sp, (32-0)*4 # adjust stack pointer
2149 # adjust SP by 32 registers due to the way we are storing
2151 add sp, (32-0)*4 # adjust stack pointer
2185 add sp, (32-0)*4 # adjust stack pointer
2748 sw sp, r_SP*4(a0) # save sp (need to adjust??? )
2791 sub sp, sp, 8 # adjust stack ptr