Home
last modified time | relevance | path

Searched refs:nextOffset (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DLinearAlloc.cpp268 int startOffset, nextOffset; in dvmLinearAlloc() local
304 nextOffset = ((startOffset + HEADER_EXTRA*2 + size + (BLOCK_ALIGN-1)) in dvmLinearAlloc()
306 LOGVV("--- old=%d size=%d new=%d", startOffset, size, nextOffset); in dvmLinearAlloc()
308 if (nextOffset > pHdr->mapLength) { in dvmLinearAlloc()
326 size = nextOffset - (startOffset + HEADER_EXTRA); in dvmLinearAlloc()
344 lastWriteOff = (nextOffset-1) & ~(SYSTEM_PAGE_SIZE-1); in dvmLinearAlloc()
351 assert(start <= nextOffset); in dvmLinearAlloc()
386 pHdr->curOffset = nextOffset; in dvmLinearAlloc()
/dalvik/dx/src/com/android/dx/cf/cst/
DConstantPoolParser.java161 int nextOffset = endOffset; in parse() local
165 nextOffset = off; in parse()
172 observer.parsed(bytes, offset, nextOffset - offset, human); in parse()
/dalvik/libdex/
DDexSwapVerify.cpp2401 u4* nextOffset, int mapType) { in iterateSectionWithOptionalUpdate() argument
2447 if (nextOffset != NULL) { in iterateSectionWithOptionalUpdate()
2448 *nextOffset = offset; in iterateSectionWithOptionalUpdate()
2460 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) { in iterateSection() argument
2462 alignment, nextOffset, -1); in iterateSection()
2471 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) { in checkBoundsAndIterateSection() argument
2484 return iterateSection(state, offset, count, func, alignment, nextOffset); in checkBoundsAndIterateSection()
2492 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) { in iterateDataSection() argument
2496 assert(nextOffset != NULL); in iterateDataSection()
2504 alignment, nextOffset, mapType)) { in iterateDataSection()
[all …]