Searched refs:NeedsInitialAllocationSiteField (Results 1 – 1 of 1) sorted by relevance
1124 return NeedsInitialAllocationSiteField::decode(bit_field_); in needs_initial_allocation_site()1150 using NeedsInitialAllocationSiteField = DepthField::Next<bool, 1>; variable1151 using IsSimpleField = NeedsInitialAllocationSiteField::Next<bool, 1>;1161 NeedsInitialAllocationSiteField::encode(false) | in LiteralBoilerplateBuilder()1181 bit_field_ = NeedsInitialAllocationSiteField::update(bit_field_, required); in set_needs_initial_allocation_site()