Home
last modified time | relevance | path

Searched defs:wire_bytes (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/wasm/
Dsync-streaming-decoder.cc62 ModuleWireBytes wire_bytes(bytes.get(), bytes.get() + buffer_size_); in Finish() local
Dwasm-engine.cc159 ModuleOrigin origin, Vector<const uint8_t> wire_bytes) { in MaybeGetNativeModule()
217 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in Update() local
265 size_t NativeModuleCache::PrefixHash(Vector<const uint8_t> wire_bytes) { in PrefixHash()
733 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); local
814 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ImportNativeModule() local
1077 ModuleOrigin origin, Vector<const uint8_t> wire_bytes, Isolate* isolate) { in MaybeGetNativeModule()
Dwasm-code-manager.h592 Vector<const uint8_t> wire_bytes() const { in wire_bytes() function
609 auto wire_bytes = std::atomic_load(&wire_bytes_); in HasWireBytes() local
Dmodule-compiler.cc1008 void SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, in SetCompileError()
1062 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in ValidateSequentially() local
1233 std::shared_ptr<WireBytesStorage> wire_bytes; in ExecuteCompilationUnits() local
1373 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in InitializeCompilationUnits() local
1512 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule() local
1607 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, in CompileToNativeModule()
1894 ModuleWireBytes wire_bytes(module_object_->native_module()->wire_bytes()); in FinishCompile() local
2694 Vector<const uint8_t> wire_bytes) { in Deserialize()
Dwasm-module.cc34 const ModuleWireBytes& wire_bytes, uint32_t function_index, in LookupFunctionName()
546 Vector<const uint8_t> wire_bytes = in GetCustomSections() local
Dfunction-compiler.cc246 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction() local
Dwasm-objects.cc193 Vector<const uint8_t> wire_bytes = in ExtractUtf8StringFromModuleBytes() local
200 Isolate* isolate, Vector<const uint8_t> wire_bytes, wasm::WireBytesRef ref, in ExtractUtf8StringFromModuleBytes()
252 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName() local
1308 auto wire_bytes = module_object->native_module()->wire_bytes(); in InitDataSegmentArrays() local
1606 wasm::ModuleWireBytes wire_bytes( in GetNameFromImportsAndExportsOrNull() local
Dwasm-debug.cc110 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in GetLocalNameString() local
385 Vector<const uint8_t> wire_bytes = native_module_->wire_bytes(); in RecompileLiftoffWithBreakpoints() local
657 ModuleWireBytes wire_bytes{native_module_->wire_bytes()}; in GetDebugSideTable() local
Dwasm-code-manager.cc223 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode() local
1421 std::shared_ptr<OwnedVector<const uint8_t>> wire_bytes) in NativeModuleWireBytesStorage()
1435 void NativeModule::SetWireBytes(OwnedVector<const uint8_t> wire_bytes) { in SetWireBytes()
Dmodule-decoder.cc1263 const ModuleWireBytes& wire_bytes, in DecodeSingleFunction()
1433 const ModuleWireBytes& wire_bytes, in VerifyFunctionBody()
2283 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes, in DecodeWasmFunctionForTesting()
Dwasm-serialization.cc615 ModuleWireBytes wire_bytes(wire_bytes_vec); in DeserializeNativeModule() local
Dstreaming-decoder.cc267 Vector<const uint8_t> wire_bytes = VectorOf(wire_bytes_for_deserializing_); in Finish() local
Dmodule-instantiate.cc858 Vector<const uint8_t> wire_bytes = in LoadDataSegments() local
978 Vector<const uint8_t> wire_bytes = in SanitizeImports() local
Dc-api.cc114 const i::Vector<const uint8_t>& wire_bytes) { in GetNameFromWireBytes()
997 const i::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in imports() local
1015 const i::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ExportsImpl() local
1035 i::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in serialize() local
Dwasm-js.cc2404 wasm::ModuleWireBytes wire_bytes( in GetFunctionNames() local
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc63 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ReturnPc() local
315 const wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetWasmModuleBytes() local
/external/v8/src/runtime/
Druntime-test.cc1011 wasm::ModuleWireBytes wire_bytes = in RUNTIME_FUNCTION() local
/external/v8/src/api/
Dapi.cc9899 internal::wasm::ModuleWireBytes wire_bytes( in ExternalSymbolsURL() local
9928 i::Vector<const uint8_t> wire_bytes = in Bytecode() local
9969 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetFunctionHash() local