Home
last modified time | relevance | path

Searched refs:DCHECK_ALIGNED_PARAM (Results 1 – 7 of 7) 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()
/art/runtime/jit/
Djit_code_cache.cc2197 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(result + header_size), alignment); in AllocateCode()