Home
last modified time | relevance | path

Searched refs:ModuleWireBytes (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h48 struct ModuleWireBytes;
155 const ModuleWireBytes& bytes,
161 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
173 const ModuleWireBytes& bytes);
189 const ModuleWireBytes& bytes, bool is_shared,
Dwasm-module.h301 struct ModuleWireBytes;
305 WireBytesRef LookupFunctionName(const ModuleWireBytes& wire_bytes,
598 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct
599 explicit ModuleWireBytes(base::Vector<const byte> module_bytes) in ModuleWireBytes() argument
601 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() function
Dmodule-compiler.h55 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes,
226 ModuleWireBytes wire_bytes_;
Dcompilation-environment.h108 virtual base::Optional<ModuleWireBytes> GetModuleBytes() const = 0;
Dsync-streaming-decoder.cc62 ModuleWireBytes wire_bytes(bytes.get(), bytes.get() + buffer_size_); in Finish()
Dwasm-engine.cc465 const ModuleWireBytes& bytes, in SyncValidate()
485 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs()
538 const ModuleWireBytes& bytes) { in SyncCompile()
636 const ModuleWireBytes& bytes, bool is_shared, in AsyncCompile()
648 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile()
837 ModuleWireBytes(wire_bytes).GetNameOrNull(debug_symbols.external_url); in CreateWasmScript()
864 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ImportNativeModule()
Dwasm-module.cc35 const ModuleWireBytes& wire_bytes, uint32_t function_index) const { in LookupFunctionName()
194 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull()
202 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
Dmodule-decoder.h170 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes,
Dfunction-compiler.cc156 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction()
Dmodule-compiler.cc1071 void SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, in SetCompileError()
1125 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in ValidateSequentially()
1202 SetCompileError(&thrower, ModuleWireBytes(native_module->wire_bytes()), in CompileLazy()
1811 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule()
1904 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, in CompileToNativeModule()
2217 ModuleWireBytes wire_bytes(module_object_->native_module()->wire_bytes()); in FinishCompile()
2932 job_->wire_bytes_ = ModuleWireBytes(bytes.as_vector()); in OnFinishedStream()
3028 job_->wire_bytes_ = ModuleWireBytes(job_->native_module_->wire_bytes()); in Deserialize()
Dmodule-decoder.cc1147 ModuleWireBytes bytes(module_start_, module_end_); in DecodeFunctionBody()
1538 const ModuleWireBytes& wire_bytes, in DecodeSingleFunction()
1664 const ModuleWireBytes& wire_bytes, in VerifyFunctionBody()
2353 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes, in DecodeWasmFunctionForTesting()
Dwasm-js.cc196 i::wasm::ModuleWireBytes GetFirstArgumentAsBytes( in GET_FIRST_ARGUMENT_AS()
233 if (thrower->error()) return i::wasm::ModuleWireBytes(nullptr, nullptr); in GET_FIRST_ARGUMENT_AS()
234 return i::wasm::ModuleWireBytes(start, start + length); in GET_FIRST_ARGUMENT_AS()
553 i::wasm::ModuleWireBytes bytes = in WasmStreamingCallbackForTesting()
656 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate()
718 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule()
Dwasm-code-manager.cc226 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in DebugName()
262 ModuleWireBytes wire_bytes(native_module_->wire_bytes()); in LogCode()
1690 base::Optional<ModuleWireBytes> GetModuleBytes() const final { in GetModuleBytes()
1691 return base::Optional<ModuleWireBytes>( in GetModuleBytes()
Dstreaming-decoder.cc80 base::Optional<ModuleWireBytes> GetModuleBytes() const final { return {}; } in GetModuleBytes()
Dwasm-objects.cc171 wasm::ModuleWireBytes(module_object->native_module()->wire_bytes()), in GetFunctionNameOrNull()
184 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName()
Dc-api.cc1124 i::wasm::ModuleWireBytes bytes( in validate()
1136 i::wasm::ModuleWireBytes bytes( in make()
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc160 wasm::ModuleWireBytes wire_bytes = in RUNTIME_FUNCTION()
161 wasm::ModuleWireBytes(frame->native_module()->wire_bytes()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc44 wasm::ModuleWireBytes wire_bytes( in GetNameFromImportsAndExportsOrNull()
457 wasm::ModuleWireBytes module_wire_bytes(native_module->wire_bytes()); in GetName()
780 wasm::ModuleWireBytes module_wire_bytes(module->wire_bytes()); in GetRefTypeName()
869 wasm::ModuleWireBytes module_wire_bytes(native_module->wire_bytes()); in GetName()
Ddebug-interface.cc698 internal::wasm::ModuleWireBytes wire_bytes( in ExternalSymbolsURL()
760 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetFunctionHash()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc345 const wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetWasmModuleBytes()
/third_party/node/deps/v8/src/asmjs/
Dasm-js.cc272 wasm::ModuleWireBytes(module_->begin(), module_->end()), in FinalizeJobImpl()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc6662 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in GenerateLiftoffDebugSideTable()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc8406 base::Optional<wasm::ModuleWireBytes> module_bytes = in GetDebugName()
/third_party/node/deps/v8/src/api/
Dapi.cc7942 i::wasm::ModuleWireBytes(start, start + length)); in Compile()