Home
last modified time | relevance | path

Searched refs:wasm_module (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1807 ErrorThrower* thrower, const WasmModule* wasm_module, in CompileNativeModule()
1812 const bool lazy_module = IsLazyModule(wasm_module); in CompileNativeModule()
1813 if (!FLAG_wasm_lazy_validation && wasm_module->origin == kWasmOrigin && in CompileNativeModule()
1814 MayCompriseLazyFunctions(wasm_module, native_module->enabled_features(), in CompileNativeModule()
1819 ValidateSequentially(wasm_module, native_module.get(), isolate->counters(), in CompileNativeModule()
1846 ValidateSequentially(wasm_module, native_module.get(), isolate->counters(), in CompileNativeModule()
1862 ValidateSequentially(wasm_module, native_module.get(), isolate->counters(), in CompileNativeModule()
1907 const WasmModule* wasm_module = module.get(); in CompileToNativeModule() local
1916 wasm_module->origin, wire_bytes_copy.as_vector(), isolate); in CompileToNativeModule()
1919 CompileJsToWasmWrappers(isolate, wasm_module, export_wrappers_ou in CompileToNativeModule()
1805 CompileNativeModule(Isolate* isolate, v8::metrics::Recorder::ContextId context_id, ErrorThrower* thrower, const WasmModule* wasm_module, std::shared_ptr<NativeModule> native_module, Handle<FixedArray>* export_wrappers_out) CompileNativeModule() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h737 const wasm::WasmModule* SharedFunctionInfo::wasm_module() const { in wasm_module() function in v8::internal::SharedFunctionInfo
746 const wasm::WasmModule* module = wasm_module(); in wasm_function_signature()
H A Dshared-function-info.h361 inline const wasm::WasmModule* wasm_module() const;
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h884 IF_WASM(V, const wasm::WasmModule*, wasm_module) \
H A Djs-operator.cc939 const wasm::WasmModule* wasm_module, in CallWasm()
941 JSWasmCallParameters parameters(wasm_module, wasm_signature, feedback); in CallWasm()
938 CallWasm( const wasm::WasmModule* wasm_module, const wasm::FunctionSig* wasm_signature, FeedbackSource const& feedback) CallWasm() argument
H A Djs-operator.h1004 const Operator* CallWasm(const wasm::WasmModule* wasm_module,
H A Dpipeline.cc1028 wasm::FunctionBody function_body, const wasm::WasmModule* wasm_module, in CreatePipelineStatistics()
1048 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()
1027 CreatePipelineStatistics( wasm::FunctionBody function_body, const wasm::WasmModule* wasm_module, OptimizedCompilationInfo* info, ZoneStats* zone_stats) CreatePipelineStatistics() argument
H A Djs-call-reducer.cc3579 const wasm::WasmModule* wasm_module = shared.wasm_module();
3581 javascript()->CallWasm(wasm_module, wasm_signature, p.feedback());

Completed in 28 milliseconds