Home
last modified time | relevance | path

Searched refs:into_bytes (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs73 fn into_bytes(self) -> Self::Bytes; in into_bytes() method
83 fn into_bytes(self) -> Self::Bytes { in into_bytes() method
327 fn into_bytes(self) -> Self::Bytes { in into_bytes() method
344 let mut asm = self.into_bytes(); in push()
412 let mut asm = self.into_bytes(); in push()
453 let mut asm = self.into_bytes(); in push()
486 let mut asm = self.into_bytes(); in push()
539 let mut asm = self.into_bytes(); in push()
599 let mut asm = self.into_bytes(); in push()
628 let mut asm = self.into_bytes(); in push()
[all …]
/DragonOS/kernel/crates/rbpf/tests/
H A Dmisc.rs280 let vm = rbpf::EbpfVmMbuff::new(Some(program.into_bytes())).unwrap(); in test_vm_mbuff_with_rust_api()