/art/runtime/base/ |
D | gc_visited_arena_pool.h | 47 DCHECK_ALIGNED_PARAM(Size(), gPageSize); in VisitRoots() 48 DCHECK_ALIGNED_PARAM(Begin(), gPageSize); in VisitRoots() 76 DCHECK_ALIGNED_PARAM(Begin(), gPageSize); in GetLastUsedByte() 77 DCHECK_ALIGNED_PARAM(End(), gPageSize); in GetLastUsedByte()
|
D | gc_visited_arena_pool.cc | 44 DCHECK_ALIGNED_PARAM(size, gPageSize); in TrackedArena() 45 DCHECK_ALIGNED_PARAM(start, gPageSize); in TrackedArena() 53 DCHECK_ALIGNED_PARAM(begin, gPageSize); in ReleasePages()
|
/art/libartbase/base/ |
D | length_prefixed_array.h | 67 DCHECK_ALIGNED_PARAM(element_size, alignment); 75 DCHECK_ALIGNED_PARAM(result, alignment);
|
D | mem_map.cc | 242 DCHECK_ALIGNED_PARAM(reservation.Begin(), GetPageSize()); in CheckReservation() 417 DCHECK_ALIGNED_PARAM(ret.Begin(), alignment); in MapAnonymousAligned() 759 DCHECK_ALIGNED_PARAM(begin_, GetPageSize()); in RemapAtEnd() 760 DCHECK_ALIGNED_PARAM(base_begin_, GetPageSize()); in RemapAtEnd() 761 DCHECK_ALIGNED_PARAM(reinterpret_cast<uint8_t*>(base_begin_) + base_size_, GetPageSize()); in RemapAtEnd() 762 DCHECK_ALIGNED_PARAM(new_end, GetPageSize()); in RemapAtEnd() 777 DCHECK_ALIGNED_PARAM(tail_base_size, GetPageSize()); in RemapAtEnd() 828 DCHECK_ALIGNED_PARAM(begin_, GetPageSize()); in ReleaseReservedMemory() 829 DCHECK_ALIGNED_PARAM(size_, GetPageSize()); in ReleaseReservedMemory() 1192 DCHECK_ALIGNED_PARAM(length, GetPageSize()); in MapInternal()
|
D | bit_utils.h | 234 #define DCHECK_ALIGNED_PARAM(value, alignment) \ macro
|
/art/runtime/ |
D | art_field.cc | 36 DCHECK_ALIGNED_PARAM(num_bytes.Uint32Value(), in SetOffset()
|
D | indirect_reference_table.cc | 320 DCHECK_ALIGNED_PARAM(release_end, gPageSize); in Trim() 321 DCHECK_ALIGNED_PARAM(release_end - release_start, gPageSize); in Trim()
|
D | thread.cc | 1358 DCHECK_ALIGNED_PARAM(static_cast<size_t>(GetStackOverflowProtectedSize()), in InitStackHwm()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 283 DCHECK_ALIGNED_PARAM(size, LargeObjectSpace::ObjectAlignment()); in SetByteSize() 328 DCHECK_ALIGNED_PARAM(bytes, LargeObjectSpace::ObjectAlignment()); in SetPrevFreeBytes() 461 DCHECK_ALIGNED_PARAM(obj, ObjectAlignment()); in Free() 466 DCHECK_ALIGNED_PARAM(allocation_size, ObjectAlignment()); in Free() 506 DCHECK_ALIGNED_PARAM(next_next_info->ByteSize(), ObjectAlignment()); in Free()
|
D | malloc_space.cc | 189 DCHECK_ALIGNED_PARAM(begin_, gPageSize); in CreateZygoteSpace() 190 DCHECK_ALIGNED_PARAM(End(), gPageSize); in CreateZygoteSpace()
|
D | region_space.cc | 408 DCHECK_ALIGNED_PARAM(begin, gPageSize); in ReleaseFreeRegions() 409 DCHECK_ALIGNED_PARAM(regions_[i].End(), gPageSize); in ReleaseFreeRegions()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 80 DCHECK_ALIGNED_PARAM(MaxNextOffset(), alignment); in MakeSpaceBefore() 81 DCHECK_ALIGNED_PARAM(next_thunk.MaxNextOffset(), alignment); in MakeSpaceBefore()
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 607 DCHECK_ALIGNED_PARAM(begin, gPageSize); in AddLinearAllocSpaceData() 608 DCHECK_ALIGNED_PARAM(len, gPageSize); in AddLinearAllocSpaceData() 1401 DCHECK_ALIGNED_PARAM(black_allocations_begin_, gPageSize); in MarkingPause() 1999 DCHECK_ALIGNED_PARAM(to_space_start, gPageSize); in MapProcessedPages() 2046 DCHECK_ALIGNED_PARAM(uffd_continue.mapped, gPageSize); in MapProcessedPages() 2352 DCHECK_ALIGNED_PARAM(reclaim_begin, gPageSize); in FreeFromSpacePages() 2353 DCHECK_ALIGNED_PARAM(last_reclaimed_page_, gPageSize); in FreeFromSpacePages() 2591 DCHECK_ALIGNED_PARAM(to_space_start, gPageSize); in MapMovingSpacePages() 2592 DCHECK_ALIGNED_PARAM(from_space_start, gPageSize); in MapMovingSpacePages() 2947 DCHECK_ALIGNED_PARAM(page_begin, gPageSize); in MultiObjectArena() [all …]
|
D | semi_space.cc | 401 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(byte_dest), gPageSize); in CopyAvoidingDirtyingPages()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 66 DCHECK_ALIGNED_PARAM(base, gPageSize); in RosAlloc() 364 DCHECK_ALIGNED_PARAM(fpr->ByteSize(this), gPageSize); in FreePages() 1368 DCHECK_ALIGNED_PARAM(madvise_begin, gPageSize); in Trim() 1413 DCHECK_ALIGNED_PARAM(fpr_size, gPageSize); in InspectAll() 2008 DCHECK_ALIGNED_PARAM(fpr_size, gPageSize); in ReleasePages() 2032 DCHECK_ALIGNED_PARAM(start, gPageSize); in ReleasePageRange() 2033 DCHECK_ALIGNED_PARAM(end, gPageSize); in ReleasePageRange()
|
D | rosalloc.h | 60 DCHECK_ALIGNED_PARAM(byte_size, gPageSize); in ByteSize()
|
/art/compiler/ |
D | common_compiler_test.cc | 61 DCHECK_ALIGNED_PARAM(page_size, code_alignment); in CodeAndMetadata()
|
/art/runtime/jni/ |
D | local_reference_table.cc | 629 DCHECK_ALIGNED_PARAM(release_end, gPageSize); in Trim() 630 DCHECK_ALIGNED_PARAM(release_end - release_start, gPageSize); in Trim()
|
/art/runtime/jit/ |
D | jit_memory_region.cc | 374 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(w_memory + header_size), alignment); in CommitCode()
|
/art/runtime/oat/ |
D | stack_map.h | 160 DCHECK_ALIGNED_PARAM(native_pc, GetInstructionSetInstructionAlignment(isa)); in PackNativePc()
|
/art/imgdiag/ |
D | imgdiag.cc | 675 DCHECK_ALIGNED_PARAM(data_offset, component_size); in DiffEntryContents() 1621 DCHECK_ALIGNED_PARAM(boot_map.start, MemMap::GetPageSize()); in DumpImageDiffMap() 1622 DCHECK_ALIGNED_PARAM(boot_map_size, MemMap::GetPageSize()); in DumpImageDiffMap()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1308 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in NewQuickCodeOffset() 1619 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in VisitMethod()
|
D | image_writer.cc | 3265 DCHECK_ALIGNED_PARAM(remaining_space, object_class->GetObjectSize()); in CopyAndFixupObjects()
|