Home
last modified time | relevance | path

Searched defs:jit (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/rbpf/examples/
H A Drbpf_plugin.rs18 let mut jit: bool = false; in main() localVariable
/DragonOS/kernel/crates/rbpf/src/
H A Dlib.rs47 mod jit; module
120 jit: Option<jit::JitMemory<'a>>, field
H A Djit.rs1012 let mut jit = JitCompiler::new(); in new() localVariable