Searched refs:PrecedeWithFiller (Results 1 – 3 of 3) sorted by relevance
276 return heap_->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateRawAligned()309 return heap()->PrecedeWithFiller(HeapObject::FromAddress(current_top), in TryAllocateLinearlyAligned()418 obj = heap()->PrecedeWithFiller(obj, filler_size); in AllocateRawAligned()
1354 V8_WARN_UNUSED_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
2609 HeapObject* Heap::PrecedeWithFiller(HeapObject* object, int filler_size) { in PrecedeWithFiller() function in v8::internal::Heap2622 object = PrecedeWithFiller(object, pre_filler); in AlignWithFiller()