Searched refs:DCHECK_ALIGNED_PARAM (Results 1 – 10 of 10) sorted by relevance
/art/libartbase/base/ |
D | length_prefixed_array.h | 67 DCHECK_ALIGNED_PARAM(element_size, alignment); 75 DCHECK_ALIGNED_PARAM(result, alignment);
|
D | bit_utils.h | 225 #define DCHECK_ALIGNED_PARAM(value, alignment) \ macro
|
/art/runtime/ |
D | art_field.cc | 36 DCHECK_ALIGNED_PARAM(num_bytes.Uint32Value(), in SetOffset()
|
D | stack_map.h | 154 DCHECK_ALIGNED_PARAM(native_pc, GetInstructionSetInstructionAlignment(isa)); in PackNativePc()
|
/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/compiler/ |
D | common_compiler_test.cc | 62 DCHECK_ALIGNED_PARAM(kPageSize, code_alignment); in CodeAndMetadata()
|
/art/runtime/jit/ |
D | jit_memory_region.cc | 375 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(w_memory + header_size), alignment); in CommitCode()
|
/art/imgdiag/ |
D | imgdiag.cc | 478 DCHECK_ALIGNED_PARAM(data_offset, component_size); in DiffEntryContents()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1463 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in NewQuickCodeOffset() 1757 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in VisitMethod()
|
D | image_writer.cc | 3013 DCHECK_ALIGNED_PARAM(remaining_space, object_class->GetObjectSize()); in CopyAndFixupObjects()
|