Home
last modified time | relevance | path

Searched refs:cranelift_compile (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/rbpf/tests/
H A Dcranelift.rs19 vm.cranelift_compile().unwrap();
29 vm.cranelift_compile().unwrap();
275 vm.cranelift_compile().unwrap(); in test_cranelift_call()
295 vm.cranelift_compile().unwrap(); in test_cranelift_err_call_unreg()
315 vm.cranelift_compile().unwrap(); in test_cranelift_call_memfrob()
481 vm.cranelift_compile().unwrap(); in test_cranelift_err_stack_out_of_bound()
1780 vm.cranelift_compile().unwrap(); in test_cranelift_stack2()
1855 vm.cranelift_compile().unwrap(); in test_cranelift_string_stack()
2046 vm.cranelift_compile().unwrap(); in test_cranelift_tcp_port80_match()
2063 vm.cranelift_compile().unwrap(); in test_cranelift_tcp_port80_nomatch()
[all …]
/DragonOS/kernel/crates/rbpf/src/
H A Dlib.rs439 pub fn cranelift_compile(&mut self) -> Result<(), Error> { in cranelift_compile() method
951 pub fn cranelift_compile(&mut self) -> Result<(), Error> { in cranelift_compile() method
1341 pub fn cranelift_compile(&mut self) -> Result<(), Error> { in cranelift_compile() method
1660 pub fn cranelift_compile(&mut self) -> Result<(), Error> { in cranelift_compile() method
1661 self.parent.cranelift_compile() in cranelift_compile()
/DragonOS/kernel/crates/rbpf/examples/
H A Drbpf_plugin.rs119 vm.cranelift_compile().unwrap(); in main()