Home
last modified time | relevance | path

Searched refs:PrecedeWithFiller (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h276 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()
Dheap.h1354 V8_WARN_UNUSED_RESULT HeapObject* PrecedeWithFiller(HeapObject* object,
Dheap.cc2609 HeapObject* Heap::PrecedeWithFiller(HeapObject* object, int filler_size) { in PrecedeWithFiller() function in v8::internal::Heap
2622 object = PrecedeWithFiller(object, pre_filler); in AlignWithFiller()