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/
H A 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
H A 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
H A Dread-only-spaces.cc648 int filler_size = Heap::GetFillToAlign(current_top, alignment); in TryAllocateLinearlyAligned() local
H A Dheap.cc3220 HeapObject Heap::PrecedeWithFiller(HeapObject object, int filler_size) { in PrecedeWithFiller() argument
3229 int filler_size = allocation_size - object_size; in AlignWithFiller() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dfont.cc160 int32_t filler_size = ((table_size + 3) & ~3) - table_size; in SerializeTables() local
/third_party/ffmpeg/libavcodec/
H A Dcbs_h264.h400 uint32_t filler_size; member

Completed in 16 milliseconds