Searched refs:VariableAllocationInfo (Results 1 – 2 of 2) sorted by relevance
271 enum VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED }; enum286 : public BitField<VariableAllocationInfo, DeclarationScopeField::kNext,291 : public BitField<VariableAllocationInfo, HasNewTargetField::kNext, 2> {};318 ScopeInfo::VariableAllocationInfo var);322 ScopeInfo::VariableAllocationInfo var);
90 VariableAllocationInfo receiver_info; in Create()113 VariableAllocationInfo function_name_info; in Create()510 VariableAllocationInfo allocation = ReceiverVariableField::decode(Flags()); in HasAllocatedReceiver()852 ScopeInfo::VariableAllocationInfo var_info) { in operator <<()854 case ScopeInfo::VariableAllocationInfo::NONE: in operator <<()856 case ScopeInfo::VariableAllocationInfo::STACK: in operator <<()858 case ScopeInfo::VariableAllocationInfo::CONTEXT: in operator <<()860 case ScopeInfo::VariableAllocationInfo::UNUSED: in operator <<()