Searched refs:PrecedeWithFiller (Results 1 – 3 of 3) sorted by relevance
425 return heap_->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateRawAligned()444 return heap()->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateLinearlyAligned()561 obj = heap()->PrecedeWithFiller(obj, filler_size); in AllocateRawAligned()
1375 MUST_USE_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
2018 HeapObject* Heap::PrecedeWithFiller(HeapObject* object, int filler_size) { in PrecedeWithFiller() function in v8::internal::Heap2031 object = PrecedeWithFiller(object, pre_filler); in AlignWithFiller()