/art/runtime/gc/accounting/ |
read_barrier_table.h | 54 DCHECK_ALIGNED(start_addr, kRegionSize); 55 DCHECK_ALIGNED(end_addr, kRegionSize);
|
space_bitmap.cc | 82 DCHECK_ALIGNED(new_end, kBitsPerIntPtrT * kAlignment);
|
/art/compiler/linker/ |
multi_oat_relative_patcher.cc | 39 DCHECK_ALIGNED(adjustment, kPageSize);
|
/art/runtime/ |
art_field.cc | 43 DCHECK_ALIGNED(num_bytes.Uint32Value(), 8);
|
lock_word-inl.h | 58 DCHECK_ALIGNED(mon, kMonitorIdAlignment);
|
oat_quick_method_header.h | 112 DCHECK_ALIGNED(result, kStackAlignment);
|
thread-inl.h | 264 DCHECK_ALIGNED(start, sizeof(StackReference<mirror::Object>)); 265 DCHECK_ALIGNED(end, sizeof(StackReference<mirror::Object>));
|
lock_word.h | 121 DCHECK_ALIGNED(target, (1 << kStateSize));
|
type_lookup_table.cc | 78 DCHECK_ALIGNED(storage, alignof(Entry));
|
mem_map.cc | 520 DCHECK_ALIGNED(begin_, kPageSize); 521 DCHECK_ALIGNED(base_begin_, kPageSize); 522 DCHECK_ALIGNED(reinterpret_cast<uint8_t*>(base_begin_) + base_size_, kPageSize); 523 DCHECK_ALIGNED(new_end, kPageSize); 538 DCHECK_ALIGNED(tail_base_size, kPageSize); 790 DCHECK_ALIGNED(length, kPageSize); [all...] |
oat.cc | 205 DCHECK_ALIGNED(executable_offset_, kPageSize); 211 DCHECK_ALIGNED(executable_offset, kPageSize);
|
monitor_pool.h | 49 DCHECK_ALIGNED(mon, LockWord::kMonitorIdAlignment);
|
fault_handler.cc | 344 DCHECK_ALIGNED(ArtMethod::Size(sizeof(void*)), sizeof(void*))
|
/art/runtime/gc/space/ |
malloc_space.cc | 167 DCHECK_ALIGNED(begin_, accounting::CardTable::kCardSize); 168 DCHECK_ALIGNED(End(), accounting::CardTable::kCardSize); 169 DCHECK_ALIGNED(begin_, kPageSize); 170 DCHECK_ALIGNED(End(), kPageSize);
|
region_space-inl.h | 46 DCHECK_ALIGNED(num_bytes, kAlignment); 118 DCHECK_ALIGNED(num_bytes, kAlignment); 268 DCHECK_ALIGNED(num_bytes, kAlignment);
|
bump_pointer_space-inl.h | 66 DCHECK_ALIGNED(num_bytes, kAlignment);
|
large_object_space.cc | 271 DCHECK_ALIGNED(size, FreeListSpace::kAlignment); 315 DCHECK_ALIGNED(bytes, FreeListSpace::kAlignment); 413 DCHECK_ALIGNED(obj, kAlignment); 418 DCHECK_ALIGNED(allocation_size, kAlignment); 445 DCHECK_ALIGNED(next_next_info->ByteSize(), kAlignment);
|
region_space.cc | 290 DCHECK_ALIGNED(large_obj, kRegionSize); 369 DCHECK_ALIGNED(tlab_start, kRegionSize);
|
/art/runtime/lambda/ |
box_table.cc | 53 DCHECK_ALIGNED(closure, alignof(Closure)); 307 DCHECK_ALIGNED(closure, alignof(lambda::Closure));
|
/art/runtime/interpreter/ |
interpreter_common.h | 215 DCHECK_ALIGNED(uninitialized_closure, alignof(lambda::Closure)); 316 DCHECK_ALIGNED(lambda_closure, alignof(lambda::Closure)); [all...] |
/art/runtime/gc/ |
heap-inl.h | 314 DCHECK_ALIGNED(alloc_size, space::BumpPointerSpace::kAlignment); 345 DCHECK_ALIGNED(alloc_size, space::RegionSpace::kAlignment);
|
/art/runtime/base/ |
hash_set.h | 649 DCHECK_ALIGNED(ptr + offset, sizeof(n)); 659 DCHECK_ALIGNED(ptr + offset, sizeof(*out));
|
/art/runtime/gc/collector/ |
semi_space.cc | 482 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), kPageSize); 483 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_dest), sizeof(uintptr_t)); 484 DCHECK_ALIGNED(reinterpret_cast<uintptr_t>(byte_src), sizeof(uintptr_t)); [all...] |
/art/runtime/gc/allocator/ |
rosalloc.cc | 61 DCHECK_ALIGNED(base, kPageSize); 356 DCHECK_ALIGNED(fpr->ByteSize(this), kPageSize); [all...] |
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 186 DCHECK_ALIGNED(current_code_size, 2); 244 DCHECK_ALIGNED(code_size, 2); 263 DCHECK_ALIGNED(code_size, 2); 326 DCHECK_ALIGNED(offset, 2); 339 DCHECK_ALIGNED(offset, 2); 363 DCHECK_ALIGNED(offset, 2); 408 DCHECK_ALIGNED(offset, 4); 419 DCHECK_ALIGNED(offset, 4); 428 DCHECK_ALIGNED(offset, 4); 439 DCHECK_ALIGNED(offset, 4) [all...] |