Searched refs:DCHECK_ALIGNED (Results 1 - 11 of 11) sorted by relevance

/art/runtime/mirror/
H A Dart_field.cc51 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8);
/art/runtime/
H A Dthread-inl.h196 DCHECK_ALIGNED(start, sizeof(mirror::Object*));
197 DCHECK_ALIGNED(end, sizeof(mirror::Object*));
H A Doat.cc159 DCHECK_ALIGNED(executable_offset_, kPageSize);
165 DCHECK_ALIGNED(executable_offset, kPageSize);
H A Dutils.h108 #define DCHECK_ALIGNED(value, alignment) \ macro
/art/runtime/gc/space/
H A Dlarge_object_space.cc211 DCHECK_ALIGNED(size, FreeListSpace::kAlignment);
245 DCHECK_ALIGNED(bytes, FreeListSpace::kAlignment);
343 DCHECK_ALIGNED(obj, kAlignment);
348 DCHECK_ALIGNED(allocation_size, kAlignment);
H A Dimage_space.cc543 DCHECK_ALIGNED(current, kObjectAlignment);
/art/runtime/gc/
H A Dheap-inl.h235 DCHECK_ALIGNED(alloc_size, space::BumpPointerSpace::kAlignment);
/art/runtime/gc/collector/
H A Dsemi_space.cc454 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));
H A Dmark_compact.cc111 DCHECK_ALIGNED(obj, space::BumpPointerSpace::kAlignment);
/art/runtime/gc/allocator/
H A Drosalloc.cc1513 DCHECK_ALIGNED(madvise_begin, kPageSize);
2160 DCHECK_ALIGNED(start, kPageSize);
2161 DCHECK_ALIGNED(end, kPageSize);
/art/compiler/
H A Dimage_writer.cc182 DCHECK_ALIGNED(obj, kObjectAlignment);

Completed in 212 milliseconds