Searched refs:IsPassive (Results 1 – 3 of 3) sorted by relevance
41 bool IsPassive = false; variable86 return IsPassive; in getPassive()90 IsPassive = V;
63 if (IsPassive) in printSwitchToSection()
1653 bool IsPassive = (Segment.Flags & wasm::WASM_ELEM_SEGMENT_IS_PASSIVE) != 0; in parseElemSection() local1655 IsPassive && (Segment.Flags & wasm::WASM_ELEM_SEGMENT_IS_DECLARATIVE); in parseElemSection()1657 !IsPassive && in parseElemSection()1674 if (IsPassive || IsDeclarative) { in parseElemSection()