Lines Matching defs:module
19 #include "src/wasm/module-compiler.h"
20 #include "src/wasm/module-decoder.h"
23 #include "src/wasm/wasm-module.h"
301 const NativeModule* module, base::Vector<WasmCode* const> code_table)
302 : native_module_(module), code_table_(code_table) {
353 native_module->module(), code->index())];
853 // decoding, lookup in the native module cache, and insertion into the cache.
856 // TODO(titzer): module features should be part of the serialization format.
865 std::shared_ptr<WasmModule> module = std::move(decode_result).value();
866 CHECK_NOT_NULL(module);
869 module->origin, owned_wire_bytes.as_vector(), isolate);
877 module.get(), kIncludeLiftoff, dynamic_tiering);
879 isolate, enabled_features, std::move(module), code_size_estimate);
902 CompileJsToWasmWrappers(isolate, shared_native_module->module(),
913 // Log the code within the generated module for profiling.