Lines Matching refs:ZoneVector
35 ZoneVector<LocalType> params_;
42 ZoneVector<uint8_t> body_;
43 ZoneVector<char> name_;
76 ZoneVector<Type> locals_;
79 ZoneVector<uint8_t> body_;
80 ZoneVector<uint32_t> local_indices_;
81 ZoneVector<char> name_;
95 ZoneVector<byte> data_;
119 ZoneVector<WasmFunctionEncoder*> functions_;
120 ZoneVector<WasmDataSegmentEncoder*> data_segments_;
121 ZoneVector<FunctionSig*> signatures_;
122 ZoneVector<uint16_t> indirect_functions_;
123 ZoneVector<std::pair<MachineType, bool>> globals_;
144 ZoneVector<FunctionSig*> signatures_;
145 ZoneVector<WasmFunctionBuilder*> functions_;
146 ZoneVector<WasmDataSegmentEncoder*> data_segments_;
147 ZoneVector<uint16_t> indirect_functions_;
148 ZoneVector<std::pair<MachineType, bool>> globals_;