Home | History | Annotate | Download | only in accounting

Lines Matching refs:reinterpret_cast

80   uint8_t* biased_begin = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(cardtable_begin) -
81 (reinterpret_cast<uintptr_t>(heap_begin) >> kCardShift));
82 uintptr_t biased_byte = reinterpret_cast<uintptr_t>(biased_begin) & 0xff;
88 CHECK_EQ(reinterpret_cast<uintptr_t>(biased_begin) & 0xff, kCardDirty);
104 memset(reinterpret_cast<void*>(card_start), kCardClean, card_end - card_start);
117 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(start), kCardSize);
118 CHECK_ALIGNED(reinterpret_cast<uintptr_t>(end), kCardSize);
142 << " begin: " << reinterpret_cast<void*>(begin)
143 << " end: " << reinterpret_cast<void*>(end)
144 << " card_addr: " << reinterpret_cast<void*>(card_addr)
147 << " addr: " << reinterpret_cast<const void*>(addr);