Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-engine.h42 struct ModuleWireBytes;
147 const ModuleWireBytes& bytes);
152 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes,
164 const ModuleWireBytes& bytes);
180 const ModuleWireBytes& bytes, bool is_shared,
Dwasm-module.h181 struct ModuleWireBytes;
185 WireBytesRef LookupFunctionName(const ModuleWireBytes& wire_bytes,
418 struct V8_EXPORT_PRIVATE ModuleWireBytes { struct
419 explicit ModuleWireBytes(Vector<const byte> module_bytes) in ModuleWireBytes() argument
421 ModuleWireBytes(const byte* start, const byte* end) in ModuleWireBytes() argument
Dmodule-compiler.h45 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes,
211 ModuleWireBytes wire_bytes_;
Dsync-streaming-decoder.cc62 ModuleWireBytes wire_bytes(bytes.get(), bytes.get() + buffer_size_); in Finish()
Dwasm-engine.cc436 const ModuleWireBytes& bytes) { in SyncValidate()
449 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs()
497 const ModuleWireBytes& bytes) { in SyncCompile()
589 const ModuleWireBytes& bytes, bool is_shared, in AsyncCompile()
600 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile()
786 ModuleWireBytes(wire_bytes).GetNameOrNull(debug_symbols.external_url);
814 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ImportNativeModule()
Dwasm-module.cc34 const ModuleWireBytes& wire_bytes, uint32_t function_index, in LookupFunctionName()
193 WasmName ModuleWireBytes::GetNameOrNull(WireBytesRef ref) const { in GetNameOrNull()
201 WasmName ModuleWireBytes::GetNameOrNull(const WasmFunction* function, in GetNameOrNull()
Dwasm-debug-evaluate.cc292 const ModuleWireBytes& bytes, in VerifyEvaluatorInterface()
366 wasm::ModuleWireBytes bytes(snippet); in DebugEvaluateImpl()
Dmodule-decoder.h154 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes,
Dmodule-compiler.cc1008 void SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, in SetCompileError()
1062 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in ValidateSequentially()
1118 SetCompileError(&thrower, ModuleWireBytes(native_module->wire_bytes()), in CompileLazy()
1373 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in InitializeCompilationUnits()
1512 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule()
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()
2609 job_->wire_bytes_ = ModuleWireBytes(bytes.as_vector()); in OnFinishedStream()
2709 job_->wire_bytes_ = ModuleWireBytes(job_->native_module_->wire_bytes()); in Deserialize()
Dfunction-compiler.cc246 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction()
Dwasm-js.cc191 i::wasm::ModuleWireBytes GetFirstArgumentAsBytes( in GET_FIRST_ARGUMENT_AS()
228 if (thrower->error()) return i::wasm::ModuleWireBytes(nullptr, nullptr); in GET_FIRST_ARGUMENT_AS()
229 return i::wasm::ModuleWireBytes(start, start + length); in GET_FIRST_ARGUMENT_AS()
538 i::wasm::ModuleWireBytes bytes = in WasmStreamingCallbackForTesting()
641 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate()
684 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule()
2362 wasm::ModuleWireBytes module_wire_bytes( in GetLocalNames()
2404 wasm::ModuleWireBytes wire_bytes( in GetFunctionNames()
Dmodule-decoder.cc968 ModuleWireBytes bytes(module_start_, module_end_); in DecodeFunctionBody()
1263 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-debug.cc110 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in GetLocalNameString()
657 ModuleWireBytes wire_bytes{native_module_->wire_bytes()}; in GetDebugSideTable()
Dwasm-serialization.cc615 ModuleWireBytes wire_bytes(wire_bytes_vec); in DeserializeNativeModule()
Dwasm-objects.cc228 wasm::ModuleWireBytes(module_object->native_module()->wire_bytes()), in GetFunctionNameOrNull()
252 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName()
1606 wasm::ModuleWireBytes wire_bytes( in GetNameFromImportsAndExportsOrNull()
Dc-api.cc968 i::wasm::ModuleWireBytes bytes( in validate()
979 i::wasm::ModuleWireBytes bytes( in make()
Dwasm-code-manager.cc223 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode()
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc315 const wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetWasmModuleBytes()
/external/v8/src/asmjs/
Dasm-js.cc269 wasm::ModuleWireBytes(module_->begin(), module_->end()), in FinalizeJobImpl()
/external/v8/src/runtime/
Druntime-test.cc1011 wasm::ModuleWireBytes wire_bytes = in RUNTIME_FUNCTION()
1012 wasm::ModuleWireBytes(frame->native_module()->wire_bytes()); in RUNTIME_FUNCTION()
/external/v8/src/api/
Dapi.cc9899 internal::wasm::ModuleWireBytes wire_bytes( in ExternalSymbolsURL()
9969 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetFunctionHash()