Home
last modified time | relevance | path

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

/dalvik/vm/
DLinearAlloc.c79 #define LENGTHFLAG_MASK (~(LENGTHFLAG_FREE|LENGTHFLAG_RW)) macro
463 u4 len = *pLen & LENGTHFLAG_MASK; in updatePages()
613 fullLen = ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK)) in dvmLinearAllocDump()
619 rawLen & LENGTHFLAG_MASK, in dvmLinearAllocDump()
675 fullLen = ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK)) in checkAllFree()
680 pHdr->mapAddr + off + HEADER_EXTRA, rawLen & LENGTHFLAG_MASK); in checkAllFree()