Searched defs:wire_bytes (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-module.cc | 39 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
|
D | function-compiler.cc | 151 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction() local
|
D | wasm-text.cc | 35 void PrintWasmText(const WasmModule* module, const ModuleWireBytes& wire_bytes, in PrintWasmText()
|
D | module-compiler.cc | 355 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()
|
D | wasm-code-manager.h | 330 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()
|
D | wasm-objects.cc | 183 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
|
D | wasm-engine.cc | 191 Vector<const byte> wire_bytes = shared_module->wire_bytes(); in ImportNativeModule() local
|
D | module-decoder.cc | 892 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()
|
D | wasm-serialization.cc | 541 Isolate* isolate, Vector<const byte> data, Vector<const byte> wire_bytes) { in DeserializeNativeModule()
|
D | wasm-code-manager.cc | 144 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode() local
|
D | wasm-interpreter.cc | 3083 const ModuleWireBytes& wire_bytes, in WasmInterpreterInternals() 3114 const ModuleWireBytes& wire_bytes, in WasmInterpreter()
|
/external/v8/src/ |
D | value-serializer.cc | 896 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in WriteWasmModule() local 1800 Vector<const uint8_t> wire_bytes; in ReadWasmModule() local
|
D | api.cc | 7478 WasmCompiledModule::BufferReference wire_bytes) { in Deserialize() 7494 WasmCompiledModule::BufferReference wire_bytes) { in DeserializeOrCompile() 9474 i::wasm::ModuleWireBytes wire_bytes( in GetFunctionHash() local
|