Lines Matching defs:wasm
28 #include "src/wasm/compilation-environment.h"
29 #include "src/wasm/memory-protection-key.h"
30 #include "src/wasm/wasm-features.h"
31 #include "src/wasm/wasm-limits.h"
32 #include "src/wasm/wasm-module-sourcemap.h"
33 #include "src/wasm/wasm-tier.h"
42 namespace wasm {
51 // Convenience macro listing all wasm runtime stubs. Note that the first few
468 // We care about safepoint data for wasm-to-js functions, since there may be
564 // Free memory pages of all given code objects. Used for wasm code GC.
1031 // the function body (wasm byte code).
1159 } // namespace wasm