/external/v8/src/wasm/ |
D | wasm-engine.h | 42 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,
|
D | wasm-module.h | 181 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
|
D | module-compiler.h | 45 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes, 211 ModuleWireBytes wire_bytes_;
|
D | sync-streaming-decoder.cc | 62 ModuleWireBytes wire_bytes(bytes.get(), bytes.get() + buffer_size_); in Finish()
|
D | wasm-engine.cc | 436 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()
|
D | wasm-module.cc | 34 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()
|
D | wasm-debug-evaluate.cc | 292 const ModuleWireBytes& bytes, in VerifyEvaluatorInterface() 366 wasm::ModuleWireBytes bytes(snippet); in DebugEvaluateImpl()
|
D | module-decoder.h | 154 const WasmFeatures& enabled, Zone* zone, const ModuleWireBytes& wire_bytes,
|
D | module-compiler.cc | 1008 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()
|
D | function-compiler.cc | 246 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction()
|
D | wasm-js.cc | 191 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()
|
D | module-decoder.cc | 968 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()
|
D | wasm-debug.cc | 110 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in GetLocalNameString() 657 ModuleWireBytes wire_bytes{native_module_->wire_bytes()}; in GetDebugSideTable()
|
D | wasm-serialization.cc | 615 ModuleWireBytes wire_bytes(wire_bytes_vec); in DeserializeNativeModule()
|
D | wasm-objects.cc | 228 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()
|
D | c-api.cc | 968 i::wasm::ModuleWireBytes bytes( in validate() 979 i::wasm::ModuleWireBytes bytes( in make()
|
D | wasm-code-manager.cc | 223 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode()
|
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 315 const wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetWasmModuleBytes()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 269 wasm::ModuleWireBytes(module_->begin(), module_->end()), in FinalizeJobImpl()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 1011 wasm::ModuleWireBytes wire_bytes = in RUNTIME_FUNCTION() 1012 wasm::ModuleWireBytes(frame->native_module()->wire_bytes()); in RUNTIME_FUNCTION()
|
/external/v8/src/api/ |
D | api.cc | 9899 internal::wasm::ModuleWireBytes wire_bytes( in ExternalSymbolsURL() 9969 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetFunctionHash()
|