Lines Matching defs:wasm
20 #include "src/wasm/branch-hint-map.h"
21 #include "src/wasm/signature-map.h"
22 #include "src/wasm/struct-types.h"
23 #include "src/wasm/wasm-constants.h"
24 #include "src/wasm/wasm-init-expr.h"
25 #include "src/wasm/wasm-limits.h"
33 namespace wasm {
61 // Static representation of a wasm function.
169 // Static representation of a wasm global variable.
189 // Static representation of a wasm tag type.
197 // Static representation of a wasm data segment.
211 // Static representation of wasm element segment (table initializer).
256 // Static representation of a wasm import.
264 // Static representation of a wasm export.
284 // Static representation of a wasm compilation hint
323 // Destructor defined in wasm-module.cc, where the definition of
531 // Static representation of a wasm indirect call table.
594 // Interface to the storage (wire bytes) of a wasm module.
718 size_t PrintSignature(base::Vector<char> buffer, const wasm::FunctionSig*,
721 } // namespace wasm