Home
last modified time | relevance | path

Searched refs:DCHECK_ALIGNED_PARAM (Results 1 – 9 of 9) 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/runtime/
Dart_field.cc36 DCHECK_ALIGNED_PARAM(num_bytes.Uint32Value(), in SetOffset()
Dstack_map.h154 DCHECK_ALIGNED_PARAM(native_pc, GetInstructionSetInstructionAlignment(isa)); in PackNativePc()
/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/jit/
Djit_memory_region.cc372 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(w_memory + header_size), alignment); in CommitCode()
/art/imgdiag/
Dimgdiag.cc478 DCHECK_ALIGNED_PARAM(data_offset, component_size); in DiffEntryContents()
/art/dex2oat/linker/
Doat_writer.cc1455 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in NewQuickCodeOffset()
1749 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in VisitMethod()
Dimage_writer.cc3049 DCHECK_ALIGNED_PARAM(remaining_space, object_class->GetObjectSize()); in CopyAndFixupObjects()