Home
last modified time | relevance | path

Searched refs:DCHECK_ALIGNED_PARAM (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dlength_prefixed_array.h67 DCHECK_ALIGNED_PARAM(element_size, alignment);
75 DCHECK_ALIGNED_PARAM(result, alignment);
Dbit_utils.h225 #define DCHECK_ALIGNED_PARAM(value, alignment) \ macro
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc80 DCHECK_ALIGNED_PARAM(MaxNextOffset(), alignment); in MakeSpaceBefore()
81 DCHECK_ALIGNED_PARAM(next_thunk.MaxNextOffset(), alignment); in MakeSpaceBefore()
/art/runtime/
Dstack_map.h154 DCHECK_ALIGNED_PARAM(native_pc, GetInstructionSetInstructionAlignment(isa)); in PackNativePc()
/art/imgdiag/
Dimgdiag.cc478 DCHECK_ALIGNED_PARAM(data_offset, component_size); in DiffEntryContents()
/art/dex2oat/linker/
Doat_writer.cc1423 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in NewQuickCodeOffset()
1715 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in VisitMethod()