Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-engine.h27 struct ModuleWireBytes;
53 const ModuleWireBytes& bytes);
58 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
67 const ModuleWireBytes& bytes);
83 const ModuleWireBytes& bytes, bool is_shared);
Dwasm-module.h121 struct ModuleWireBytes;
162 WireBytesRef LookupFunctionName(const ModuleWireBytes& wire_bytes,
173 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct
174 ModuleWireBytes(Vector<const byte> module_bytes) in ModuleWireBytes() argument
176 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() argument
Dwasm-text.h24 struct ModuleWireBytes;
30 const WasmModule *module, const ModuleWireBytes &wire_bytes,
Dmodule-compiler.h53 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes,
66 Isolate* isolate, const ModuleWireBytes& wire_bytes);
153 ModuleWireBytes wire_bytes_;
Dwasm-engine.cc30 const ModuleWireBytes& bytes) { in SyncValidate()
40 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs()
57 const ModuleWireBytes& bytes) { in SyncCompile()
118 const ModuleWireBytes& bytes, bool is_shared) { in AsyncCompile()
127 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile()
Dwasm-module.cc39 WireBytesRef WasmModule::LookupFunctionName(const ModuleWireBytes& wire_bytes, in LookupFunctionName()
60 WasmName ModuleWireBytes::GetName(WireBytesRef ref) const { in GetName()
68 WasmName ModuleWireBytes::GetName(const WasmFunction* function, in GetName()
74 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull()
82 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
Dwasm-interpreter.h20 struct ModuleWireBytes;
167 const ModuleWireBytes& wire_bytes,
Dfunction-compiler.h25 struct ModuleWireBytes;
Dmodule-decoder.h76 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes,
Dfunction-compiler.cc151 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction()
Dmodule-compiler.cc355 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in LazyCompileFunction()
537 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in InitializeCompilationUnits()
672 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileSequentially()
696 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ValidateSequentially()
732 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule()
871 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, in CompileToModuleObject()
2755 job_->wire_bytes_ = ModuleWireBytes(bytes.as_vector()); in OnFinishedStream()
3031 const ModuleWireBytes& wire_bytes) { in CreateWasmScript()
Dwasm-text.cc35 void PrintWasmText(const WasmModule* module, const ModuleWireBytes& wire_bytes, in PrintWasmText()
Dwasm-js.cc155 i::wasm::ModuleWireBytes GetFirstArgumentAsBytes( in GetFirstArgumentAsBytes()
191 if (thrower->error()) return i::wasm::ModuleWireBytes(nullptr, nullptr); in GetFirstArgumentAsBytes()
192 return i::wasm::ModuleWireBytes(start, start + length); in GetFirstArgumentAsBytes()
501 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate()
544 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule()
Dmodule-decoder.cc777 ModuleWireBytes bytes(start_, end_); in DecodeFunctionBody()
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()
Dwasm-objects.cc668 wasm::ModuleWireBytes(module_object->native_module()->wire_bytes()), in GetFunctionNameOrNull()
690 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName()
Dwasm-code-manager.cc144 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode()
Dwasm-interpreter.cc3083 const ModuleWireBytes& wire_bytes, in WasmInterpreterInternals()
3114 const ModuleWireBytes& wire_bytes, in WasmInterpreter()
/external/v8/src/asmjs/
Dasm-js.cc288 wasm::ModuleWireBytes(module_->begin(), module_->end()), in FinalizeJobImpl()
/external/v8/src/
Dvalue-serializer.cc1821 wasm::ModuleWireBytes(wire_bytes)); in ReadWasmModule()
Dapi.cc7515 i::wasm::ModuleWireBytes(start, start + length)); in Compile()
9474 i::wasm::ModuleWireBytes wire_bytes( in GetFunctionHash()