Lines Matching refs:ZoneVector
230 ZoneVector<uint32_t> i32_temps_;
231 ZoneVector<uint32_t> i64_temps_;
232 ZoneVector<uint32_t> f32_temps_;
233 ZoneVector<uint32_t> f64_temps_;
234 ZoneVector<DirectCallIndex> direct_calls_;
299 ZoneVector<Entry> entries;
457 ZoneVector<byte> data;
463 ZoneVector<TypeDefinition> types_;
464 ZoneVector<WasmFunctionImport> function_imports_;
465 ZoneVector<WasmGlobalImport> global_imports_;
466 ZoneVector<WasmExport> exports_;
467 ZoneVector<WasmFunctionBuilder*> functions_;
468 ZoneVector<WasmTable> tables_;
469 ZoneVector<WasmDataSegment> data_segments_;
470 ZoneVector<WasmElemSegment> element_segments_;
471 ZoneVector<WasmGlobal> globals_;
472 ZoneVector<int> exceptions_;