Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc39 WireBytesRef WasmModule::LookupFunctionName(const ModuleWireBytes& wire_bytes, in LookupFunctionName()
254 Vector<const uint8_t> wire_bytes = in GetCustomSections() local
302 Vector<const uint8_t> wire_bytes = in DecodeLocalNames() local
Dfunction-compiler.cc151 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction() local
Dwasm-text.cc35 void PrintWasmText(const WasmModule* module, const ModuleWireBytes& wire_bytes, in PrintWasmText()
Dmodule-compiler.cc355 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in LazyCompileFunction() local
537 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in InitializeCompilationUnits() local
672 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileSequentially() local
696 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ValidateSequentially() local
732 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule() local
871 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, in CompileToModuleObject()
1330 Vector<const uint8_t> wire_bytes = in LoadDataSegments() local
1407 Vector<const uint8_t> wire_bytes = in SanitizeImports() local
3031 const ModuleWireBytes& wire_bytes) { in CreateWasmScript()
Dwasm-code-manager.h330 Vector<const byte> wire_bytes() const { return wire_bytes_.as_vector(); } in wire_bytes() function
331 void set_wire_bytes(OwnedVector<const byte> wire_bytes) { in set_wire_bytes()
Dwasm-objects.cc183 OwnedVector<const uint8_t> wire_bytes, Handle<Script> script, in New()
525 Vector<const byte> wire_bytes = native_module()->wire_bytes(); in DisassembleFunction() local
640 Vector<const uint8_t> wire_bytes = in ExtractUtf8StringFromModuleBytes() local
646 Isolate* isolate, Vector<const uint8_t> wire_bytes, in ExtractUtf8StringFromModuleBytes()
690 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName() local
Dwasm-engine.cc191 Vector<const byte> wire_bytes = shared_module->wire_bytes(); in ImportNativeModule() local
Dmodule-decoder.cc892 const ModuleWireBytes& wire_bytes, in DecodeSingleFunction()
1039 const ModuleWireBytes& wire_bytes, in VerifyFunctionBody()
1506 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes, in DecodeWasmFunctionForTesting()
Dwasm-serialization.cc541 Isolate* isolate, Vector<const byte> data, Vector<const byte> wire_bytes) { in DeserializeNativeModule()
Dwasm-code-manager.cc144 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode() local
Dwasm-interpreter.cc3083 const ModuleWireBytes& wire_bytes, in WasmInterpreterInternals()
3114 const ModuleWireBytes& wire_bytes, in WasmInterpreter()
/external/v8/src/
Dvalue-serializer.cc896 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in WriteWasmModule() local
1800 Vector<const uint8_t> wire_bytes; in ReadWasmModule() local
Dapi.cc7478 WasmCompiledModule::BufferReference wire_bytes) { in Deserialize()
7494 WasmCompiledModule::BufferReference wire_bytes) { in DeserializeOrCompile()
9474 i::wasm::ModuleWireBytes wire_bytes( in GetFunctionHash() local