Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dlength_prefixed_array.h67 DCHECK_ALIGNED_PARAM(element_size, alignment);
75 DCHECK_ALIGNED_PARAM(result, alignment);
H A Dbit_utils.h225 #define DCHECK_ALIGNED_PARAM(value, alignment) \ macro
/aosp12/art/runtime/
H A Dart_field.cc36 DCHECK_ALIGNED_PARAM(num_bytes.Uint32Value(), in SetOffset()
H A Dstack_map.h154 DCHECK_ALIGNED_PARAM(native_pc, GetInstructionSetInstructionAlignment(isa)); in PackNativePc()
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.cc80 DCHECK_ALIGNED_PARAM(MaxNextOffset(), alignment); in MakeSpaceBefore()
81 DCHECK_ALIGNED_PARAM(next_thunk.MaxNextOffset(), alignment); in MakeSpaceBefore()
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc62 DCHECK_ALIGNED_PARAM(kPageSize, code_alignment); in CodeAndMetadata()
/aosp12/art/runtime/jit/
H A Djit_memory_region.cc375 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(w_memory + header_size), alignment); in CommitCode()
/aosp12/art/imgdiag/
H A Dimgdiag.cc478 DCHECK_ALIGNED_PARAM(data_offset, component_size); in DiffEntryContents()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1463 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in NewQuickCodeOffset()
1757 DCHECK_ALIGNED_PARAM(offset_ + sizeof(OatQuickMethodHeader), in VisitMethod()
H A Dimage_writer.cc3013 DCHECK_ALIGNED_PARAM(remaining_space, object_class->GetObjectSize()); in CopyAndFixupObjects()