Lines Matching refs:DCHECK_ALIGNED
482 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), kPageSize);483 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), sizeof(uintptr_t));484 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_src), sizeof(uintptr_t));