Home
last modified time | relevance | path

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

/dalvik/vm/
DLinearAlloc.c608 u4 rawLen, fullLen; in dvmLinearAllocDump() local
612 fullLen = ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK)) in dvmLinearAllocDump()
621 off += fullLen; in dvmLinearAllocDump()
670 u4 rawLen, fullLen; in checkAllFree() local
674 fullLen = ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK)) in checkAllFree()
682 off += fullLen; in checkAllFree()