Searched refs:PrecedeWithFiller (Results 1 – 3 of 3) sorted by relevance
397 return heap_->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateRawAligned()416 return heap()->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateLinearlyAligned()545 obj = heap()->PrecedeWithFiller(obj, filler_size); in AllocateRawAligned()
1463 MUST_USE_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
2040 HeapObject* Heap::PrecedeWithFiller(HeapObject* object, int filler_size) { in PrecedeWithFiller() function in v8::internal::Heap2053 object = PrecedeWithFiller(object, pre_filler); in AlignWithFiller()