Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp671 uintptr_t xAsBits = reinterpret_cast<uintptr_t>(x); in markConservatively() local
672 xAsBits &= CELL_ALIGN_MASK; in markConservatively()
673 uintptr_t offset = xAsBits & BLOCK_OFFSET_MASK; in markConservatively()
674 CollectorBlock* blockAddr = reinterpret_cast<CollectorBlock*>(xAsBits - offset); in markConservatively()
678 Heap::markCell(reinterpret_cast<JSCell*>(xAsBits)); in markConservatively()
686 if (reinterpret_cast<CollectorCell*>(xAsBits)->u.freeCell.zeroIfFree != 0) { in markConservatively()
687 markStack.append(reinterpret_cast<JSCell*>(xAsBits)); in markConservatively()