Home
last modified time | relevance | path

Searched refs:RuntimeReallocIndex (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs428 pub fn runtime_realloc(&self, idx: RuntimeReallocIndex) -> NonNull<VMFuncRef> { in runtime_realloc()
533 idx: RuntimeReallocIndex, in set_runtime_realloc() argument
757 let i = RuntimeReallocIndex::from_u32(i); in initialize_vmctx()
/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs321 pub index: RuntimeReallocIndex,
507 pub realloc: Option<RuntimeReallocIndex>,
H A Dvmcomponent_offsets.rs342 pub fn runtime_realloc(&self, index: RuntimeReallocIndex) -> u32 { in runtime_realloc()
H A Ddfg.rs711 runtime_reallocs: HashMap<ReallocId, RuntimeReallocIndex>,
878 fn runtime_realloc(&mut self, realloc: ReallocId) -> RuntimeReallocIndex { in runtime_realloc() argument
H A Dtypes.rs221 pub struct RuntimeReallocIndex(u32);