Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/lightbeam/src/
H A Dmodule.rs337 fn vmctx_vmglobal_definition(&self, index: u32) -> u32; in vmctx_vmglobal_definition() method
413 fn vmctx_vmglobal_definition(&self, _index: u32) -> u32 { in vmctx_vmglobal_definition() method
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/
H A Dvmoffsets.rs491 pub fn vmctx_vmglobal_definition(&self, index: DefinedGlobalIndex) -> u32 { in vmctx_vmglobal_definition() method
H A Dfunc_environ.rs585 fn vmctx_vmglobal_definition(&self, defined_global_index: u32) -> u32 { in vmctx_vmglobal_definition() method