Searched refs:FunctionLoc (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | module_artifacts.rs | 19 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 D | instantiate.rs | 15 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 D | compiler.rs | 12 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 D | mod.rs | 7 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 D | component.rs | 24 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 D | compiler.rs | 39 FrameTableBuilder, FuncKey, FunctionBodyData, FunctionLoc, HostCall, InliningCompiler, 483 ) -> Result<Vec<(SymbolId, FunctionLoc)>> { in append_code() argument 569 let info = FunctionLoc { in append_code()
|