Home
last modified time | relevance | path

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

/art/runtime/lambda/
Dleaking_allocator.cc28 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(mem), align_size); in AllocateMemoryImpl()
/art/runtime/base/
Dlength_prefixed_array.h67 DCHECK_ALIGNED_PARAM(element_size, alignment);
75 DCHECK_ALIGNED_PARAM(result, alignment);
Dbit_utils.h173 #define DCHECK_ALIGNED_PARAM(value, alignment) \ macro
/art/runtime/jit/
Djit_code_cache.cc1001 DCHECK_ALIGNED_PARAM(reinterpret_cast<uintptr_t>(result + header_size), alignment); in AllocateCode()
/art/compiler/
Doat_writer.cc820 DCHECK_ALIGNED_PARAM(offset_, in NewQuickCodeOffset()
1023 DCHECK_ALIGNED_PARAM(offset_, in VisitMethod()