Searched refs:SetWireBytes (Results 1 – 4 of 4) sorted by relevance
786 void SetWireBytes(base::OwnedVector<const uint8_t> wire_bytes);
886 shared_native_module->SetWireBytes(std::move(owned_wire_bytes)); in DeserializeNativeModule()
1941 native_module->SetWireBytes(std::move(wire_bytes_copy)); in CompileToNativeModule()2144 native_module_->SetWireBytes({std::move(bytes_copy_), wire_bytes_.length()}); in CreateNativeModule()2978 job_->native_module_->SetWireBytes( in OnFinishedStream()
1700 void NativeModule::SetWireBytes(base::OwnedVector<const uint8_t> wire_bytes) { in SetWireBytes() function in v8::internal::wasm::NativeModule