Lines Matching refs:wire_bytes
374 base::Vector<const uint8_t> wire_bytes =
375 i::Managed<i::wasm::NativeModule>::cast(*source).raw()->wire_bytes();
376 return Just(MemorySpan<const uint8_t>{wire_bytes.begin(), wire_bytes.size()});
427 return script->wasm_native_module()->wire_bytes().length();
698 internal::wasm::ModuleWireBytes wire_bytes(
699 script->wasm_native_module()->wire_bytes());
701 wire_bytes.GetNameOrNull(symbols.external_url);
760 i::wasm::ModuleWireBytes wire_bytes(native_module->wire_bytes());
762 wire_bytes.GetFunctionBytes(&func);