Lines Matching refs:filler
523 HeapObject* filler = NULL; in AllocateUnaligned() local
524 CHECK(allocation.To(&filler)); in AllocateUnaligned()
525 space->heap()->CreateFillerObjectAt(filler->address(), size, in AllocateUnaligned()
527 return filler; in AllocateUnaligned()
533 HeapObject* filler = NULL; in AllocateUnaligned() local
534 CHECK(allocation.To(&filler)); in AllocateUnaligned()
535 space->heap()->CreateFillerObjectAt(filler->address(), size, in AllocateUnaligned()
537 return filler; in AllocateUnaligned()
543 HeapObject* filler = NULL; in AllocateUnaligned() local
544 CHECK(allocation.To(&filler)); in AllocateUnaligned()
545 return filler; in AllocateUnaligned()