Home | History | Annotate | Download | only in wasm

Lines Matching refs:Zone

9 #include "src/zone-containers.h"
31 WasmFunctionEncoder(Zone* zone, LocalType return_type, bool exported,
69 WasmFunctionEncoder* Build(Zone* zone, WasmModuleBuilder* mb) const;
72 explicit WasmFunctionBuilder(Zone* zone);
88 WasmDataSegmentEncoder(Zone* zone, const byte* data, uint32_t size,
114 WasmModuleIndex* WriteTo(Zone* zone) const;
118 explicit WasmModuleWriter(Zone* zone);
128 explicit WasmModuleBuilder(Zone* zone);
135 WasmModuleWriter* Build(Zone* zone);
143 Zone* zone_;