Searched refs:PrecedeWithFiller (Results 1 – 3 of 3) sorted by relevance
334 return heap_->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateRawAligned()353 return heap()->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateLinearlyAligned()463 obj = heap()->PrecedeWithFiller(obj, filler_size); in AllocateRawAligned()
1519 MUST_USE_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
2014 HeapObject* Heap::PrecedeWithFiller(HeapObject* object, int filler_size) { in PrecedeWithFiller() function in v8::internal::Heap2027 object = PrecedeWithFiller(object, pre_filler); in AlignWithFiller()