Home
last modified time | relevance | path

Searched refs:FunctionLoc (Results 1 – 6 of 6) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule_artifacts.rs19 pub struct FunctionLoc { struct
27 impl FunctionLoc { argument
117 fn last_func_loc(&self) -> Option<FunctionLoc> { in last_func_loc() argument
128 func_loc: FunctionLoc, in push_func() argument
194 let null_func_loc = FunctionLoc { in push_func()
341 func_locs: TryPrimaryMap<FuncLocIndex, FunctionLoc>,
428 pub fn func_loc(&self, key: FuncKey) -> Option<&FunctionLoc> { in func_loc() argument
669 fn func_loc(range: Range<u32>) -> FunctionLoc { in func_loc() argument
670 FunctionLoc { in func_loc()
839 FunctionLoc { in reverse_lookups()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstantiate.rs15 FuncKey, FunctionLoc, FunctionName, Metadata, Module, ModuleInternedTypeIndex,
193 pub fn func_loc(&self, def_func_index: DefinedFuncIndex) -> &FunctionLoc { in func_loc() argument
/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs12 CompileError, CompiledFunctionBody, DefinedFuncIndex, FuncKey, FunctionBodyData, FunctionLoc,
196 ) -> Result<Vec<(SymbolId, FunctionLoc)>> { in append_code() argument
341 ) -> Result<Vec<(SymbolId, FunctionLoc)>> { in append_code() argument
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs7 DefinedFuncIndex, FlagValue, FuncKey, FunctionLoc, ObjectKind, PrimaryMap, StaticModuleIndex,
338 ) -> Result<Vec<(SymbolId, FunctionLoc)>>; in append_code() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs24 use wasmtime_environ::{FunctionLoc, HostPtr, ObjectKind, PrimaryMap};
551 fn func_loc_to_pointer(&self, loc: &FunctionLoc) -> NonNull<u8> { in func_loc_to_pointer()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs39 FrameTableBuilder, FuncKey, FunctionBodyData, FunctionLoc, HostCall, InliningCompiler,
483 ) -> Result<Vec<(SymbolId, FunctionLoc)>> { in append_code() argument
569 let info = FunctionLoc { in append_code()