| /external/v8/src/wasm/ |
| D | sync-streaming-decoder.cc | 62 ModuleWireBytes wire_bytes(bytes.get(), bytes.get() + buffer_size_); in Finish() local
|
| D | wasm-engine.cc | 159 ModuleOrigin origin, Vector<const uint8_t> wire_bytes) { in MaybeGetNativeModule() 217 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in Update() local 265 size_t NativeModuleCache::PrefixHash(Vector<const uint8_t> wire_bytes) { in PrefixHash() 733 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); local 814 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in ImportNativeModule() local 1077 ModuleOrigin origin, Vector<const uint8_t> wire_bytes, Isolate* isolate) { in MaybeGetNativeModule()
|
| D | wasm-code-manager.h | 592 Vector<const uint8_t> wire_bytes() const { in wire_bytes() function 609 auto wire_bytes = std::atomic_load(&wire_bytes_); in HasWireBytes() local
|
| D | module-compiler.cc | 1008 void SetCompileError(ErrorThrower* thrower, ModuleWireBytes wire_bytes, in SetCompileError() 1062 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in ValidateSequentially() local 1233 std::shared_ptr<WireBytesStorage> wire_bytes; in ExecuteCompilationUnits() local 1373 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in InitializeCompilationUnits() local 1512 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileNativeModule() local 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() local 2694 Vector<const uint8_t> wire_bytes) { in Deserialize()
|
| D | wasm-module.cc | 34 const ModuleWireBytes& wire_bytes, uint32_t function_index, in LookupFunctionName() 546 Vector<const uint8_t> wire_bytes = in GetCustomSections() local
|
| D | function-compiler.cc | 246 ModuleWireBytes wire_bytes(native_module->wire_bytes()); in CompileWasmFunction() local
|
| D | wasm-objects.cc | 193 Vector<const uint8_t> wire_bytes = in ExtractUtf8StringFromModuleBytes() local 200 Isolate* isolate, Vector<const uint8_t> wire_bytes, wasm::WireBytesRef ref, in ExtractUtf8StringFromModuleBytes() 252 wasm::ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in GetRawFunctionName() local 1308 auto wire_bytes = module_object->native_module()->wire_bytes(); in InitDataSegmentArrays() local 1606 wasm::ModuleWireBytes wire_bytes( in GetNameFromImportsAndExportsOrNull() local
|
| D | wasm-debug.cc | 110 ModuleWireBytes wire_bytes{native_module->wire_bytes()}; in GetLocalNameString() local 385 Vector<const uint8_t> wire_bytes = native_module_->wire_bytes(); in RecompileLiftoffWithBreakpoints() local 657 ModuleWireBytes wire_bytes{native_module_->wire_bytes()}; in GetDebugSideTable() local
|
| D | wasm-code-manager.cc | 223 ModuleWireBytes wire_bytes(native_module()->wire_bytes()); in LogCode() local 1421 std::shared_ptr<OwnedVector<const uint8_t>> wire_bytes) in NativeModuleWireBytesStorage() 1435 void NativeModule::SetWireBytes(OwnedVector<const uint8_t> wire_bytes) { in SetWireBytes()
|
| D | module-decoder.cc | 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-serialization.cc | 615 ModuleWireBytes wire_bytes(wire_bytes_vec); in DeserializeNativeModule() local
|
| D | streaming-decoder.cc | 267 Vector<const uint8_t> wire_bytes = VectorOf(wire_bytes_for_deserializing_); in Finish() local
|
| D | module-instantiate.cc | 858 Vector<const uint8_t> wire_bytes = in LoadDataSegments() local 978 Vector<const uint8_t> wire_bytes = in SanitizeImports() local
|
| D | c-api.cc | 114 const i::Vector<const uint8_t>& wire_bytes) { in GetNameFromWireBytes() 997 const i::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in imports() local 1015 const i::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ExportsImpl() local 1035 i::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in serialize() local
|
| D | wasm-js.cc | 2404 wasm::ModuleWireBytes wire_bytes( in GetFunctionNames() local
|
| /external/v8/src/debug/wasm/gdb-server/ |
| D | wasm-module-debug.cc | 63 Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ReturnPc() local 315 const wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetWasmModuleBytes() local
|
| /external/v8/src/runtime/ |
| D | runtime-test.cc | 1011 wasm::ModuleWireBytes wire_bytes = in RUNTIME_FUNCTION() local
|
| /external/v8/src/api/ |
| D | api.cc | 9899 internal::wasm::ModuleWireBytes wire_bytes( in ExternalSymbolsURL() local 9928 i::Vector<const uint8_t> wire_bytes = in Bytecode() local 9969 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes()); in GetFunctionHash() local
|