Home | History | Annotate | Download | only in collector

Lines Matching refs:DCHECK_ALIGNED

454   DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), kPageSize);
455 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), sizeof(uintptr_t));
456 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_src), sizeof(uintptr_t));