Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs395 fn add_stack_limit(&mut self, limit: GlobalValue, loc: Location) -> ParseResult<()> { in add_stack_limit() method
1489 .and_then(|gv| ctx.add_stack_limit(gv, self.loc)) in parse_preamble()