Searched refs:RuntimeReallocIndex (Results 1 – 5 of 5) sorted by relevance
428 pub fn runtime_realloc(&self, idx: RuntimeReallocIndex) -> NonNull<VMFuncRef> { in runtime_realloc()533 idx: RuntimeReallocIndex, in set_runtime_realloc() argument757 let i = RuntimeReallocIndex::from_u32(i); in initialize_vmctx()
321 pub index: RuntimeReallocIndex,507 pub realloc: Option<RuntimeReallocIndex>,
342 pub fn runtime_realloc(&self, index: RuntimeReallocIndex) -> u32 { in runtime_realloc()
711 runtime_reallocs: HashMap<ReallocId, RuntimeReallocIndex>,878 fn runtime_realloc(&mut self, realloc: ReallocId) -> RuntimeReallocIndex { in runtime_realloc() argument
221 pub struct RuntimeReallocIndex(u32);