Home
last modified time | relevance | path

Searched defs:filler_size (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dspaces-inl.h141 int filler_size = Heap::GetFillToAlign(current_top, alignment); in AllocateRawAligned() local
216 int filler_size = Heap::GetFillToAlign(top, alignment); in AllocateFastAligned() local
Dnew-spaces.cc614 int filler_size = Heap::GetFillToAlign(start, alignment); in AddParkedAllocationBuffer() local
643 int filler_size = Heap::GetFillToAlign(old_top, alignment); in EnsureAllocation() local
Dread-only-spaces.cc648 int filler_size = Heap::GetFillToAlign(current_top, alignment); in TryAllocateLinearlyAligned() local
Dheap.cc3220 HeapObject Heap::PrecedeWithFiller(HeapObject object, int filler_size) { in PrecedeWithFiller()
3229 int filler_size = allocation_size - object_size; in AlignWithFiller() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dfont.cc160 int32_t filler_size = ((table_size + 3) & ~3) - table_size; in SerializeTables() local
/third_party/ffmpeg/libavcodec/
Dcbs_h264.h400 uint32_t filler_size; member