Searched refs:ForceContextAllocationBit (Results 1 – 3 of 3) sorted by relevance
37 ForceContextAllocationBit::encode(false) | in scope_()76 return ForceContextAllocationBit::decode(bit_field_); in has_forced_context_allocation()81 bit_field_ = ForceContextAllocationBit::update(bit_field_, true); in ForceContextAllocation()272 using ForceContextAllocationBit = LocationField::Next<bool, 1>; variable273 using IsUsedField = ForceContextAllocationBit::Next<bool, 1>;
234 ForceContextAllocationBit::encode( in Create()445 ForceContextAllocationBit::encode(false) | in CreateForWithScope()523 ForceContextAllocationBit::encode(false) | in CreateForBootstrapping()689 bool force_context = ForceContextAllocationBit::decode(Flags()); in ContextLength()
1713 ScopeInfo::ForceContextAllocationBit::encode(false) | in CreateScopeInfo()1726 flags |= ScopeInfo::ForceContextAllocationBit::encode(true); in CreateScopeInfo()