Searched refs:IsGrowable (Results 1 – 4 of 4) sorted by relevance
114 bool JSArrayBuffer::is_growable() { return IsGrowable::decode(bit_field()); } in is_growable()117 set_bit_field(IsGrowable::update(bit_field(), value)); in set_is_growable()
125 class IsGrowable : public BitField<bool, 5, 1> {};
41 : Allocator(Allocator), IsGrowable(CanGrow), in MSFBuilder()67 if (!IsGrowable) in setBlockMapAddr()109 if (!IsGrowable) in allocateBlocks()
132 bool IsGrowable; variable