Home
last modified time | relevance | path

Searched refs:aligned_size_in_bytes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h399 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned() local
402 static_cast<uintptr_t>(aligned_size_in_bytes)) { in AllocateRawAligned()
410 aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateRawAligned()
414 allocation_info_.set_top(top + aligned_size_in_bytes); in AllocateRawAligned()
Dspaces.cc2365 int aligned_size_in_bytes = size_in_bytes + filler_size; in AllocateChunk() local
2367 if (old_top + aligned_size_in_bytes > high) { in AllocateChunk()
2378 DCHECK(old_top + aligned_size_in_bytes <= high); in AllocateChunk()
2385 Address new_top = old_top + aligned_size_in_bytes; in AllocateChunk()
2388 UpdateInlineAllocationLimit(aligned_size_in_bytes); in AllocateChunk()