/third_party/node/deps/v8/src/wasm/ |
D | sync-streaming-decoder.cc | 62 ModuleWireBytes wire_bytes(bytes.get(), bytes.get() + buffer_size_); in Finish() local
|
D | wasm-engine.cc | 185 ModuleOrigin origin, base::Vector<const uint8_t> wire_bytes) { in MaybeGetNativeModule() 245 base::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in Update() local 293 size_t NativeModuleCache::PrefixHash(base::Vector<const uint8_t> wire_bytes) { in PrefixHash() 783 base::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in CreateWasmScript() local 864 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ImportNativeModule() local 1197 ModuleOrigin origin, base::Vector<const uint8_t> wire_bytes, in MaybeGetNativeModule()
|
D | function-compiler.cc | 156 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction() local
|
D | wasm-code-manager.h | 763 base::Vector<const uint8_t> wire_bytes() const { in wire_bytes() function 783 auto wire_bytes = std::atomic_load(&wire_bytes_); in HasWireBytes() local
|
D | wasm-module.cc | 35 const ModuleWireBytes& wire_bytes, uint32_t function_index) const { in LookupFunctionName() argument 553 base::Vector<const uint8_t> wire_bytes = in GetCustomSections() local
|
D | module-compiler.cc | 1071 void SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, in SetCompileError() 1125 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in ValidateSequentially() local 1510 std::shared_ptr<WireBytesStorage> wire_bytes; in ExecuteCompilationUnits() local 1811 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule() local 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() local 3010 base::Vector<const uint8_t> wire_bytes) { in Deserialize()
|
D | wasm-code-manager.cc | 226 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in DebugName() local 262 ModuleWireBytes wire_bytes(native_module_->wire_bytes()); in LogCode() local 1681 std::shared_ptr<base::OwnedVector<const uint8_t>> wire_bytes) in NativeModuleWireBytesStorage() 1700 void NativeModule::SetWireBytes(base::OwnedVector<const uint8_t> wire_bytes) { in SetWireBytes()
|
D | wasm-objects.cc | 135 base::Vector<const uint8_t> wire_bytes = in ExtractUtf8StringFromModuleBytes() local 142 Isolate* isolate, base::Vector<const uint8_t> wire_bytes, in ExtractUtf8StringFromModuleBytes() 184 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName() local 1254 auto wire_bytes = module_object->native_module()->wire_bytes(); in InitDataSegmentArrays() local
|
D | module-decoder.cc | 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()
|
D | streaming-decoder.cc | 270 base::Vector<const uint8_t> wire_bytes = in Finish() local
|
D | module-instantiate.cc | 1000 base::Vector<const uint8_t> wire_bytes = in LoadDataSegments() local 1054 base::Vector<const uint8_t> wire_bytes = in SanitizeImports() local
|
D | c-api.cc | 120 const v8::base::Vector<const uint8_t>& wire_bytes) { in GetNameFromWireBytes() 1154 const v8::base::Vector<const uint8_t> wire_bytes = in imports() local 1173 const v8::base::Vector<const uint8_t> wire_bytes = in ExportsImpl() local 1194 v8::base::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in serialize() local
|
D | wasm-debug.cc | 275 base::Vector<const uint8_t> wire_bytes = native_module_->wire_bytes(); in RecompileLiftoffWithBreakpoints() local
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-inlining.h | 41 const wasm::WireBytesStorage* wire_bytes, in WasmInliner()
|
D | wasm-compiler.cc | 8404 const wasm::WireBytesStorage* wire_bytes, in GetDebugName()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 65 base::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ReturnPc() local 345 const wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetWasmModuleBytes() local
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-test-wasm.cc | 160 wasm::ModuleWireBytes wire_bytes = in RUNTIME_FUNCTION() local 350 Handle<JSTypedArray> wire_bytes = args.at<JSTypedArray>(1); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/debug/ |
D | debug-interface.cc | 374 base::Vector<const uint8_t> wire_bytes = in WasmBytecode() local 698 internal::wasm::ModuleWireBytes wire_bytes( in ExternalSymbolsURL() local 760 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetFunctionHash() local
|
D | debug-wasm-objects.cc | 44 wasm::ModuleWireBytes wire_bytes( in GetNameFromImportsAndExportsOrNull() local
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 1325 uint8 wire_bytes[2] = {13 * 8, 42 /* out of bounds payload for bool */}; in TEST() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 6662 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in GenerateLiftoffDebugSideTable() local
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 7852 Isolate* isolate, MemorySpan<const uint8_t> wire_bytes) { in Compile()
|