Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dinterpreter.rs278 let num_frames = self.frame_stack.len(); in current_frame_mut() localVariable
279 match num_frames { in current_frame_mut()
281 _ => &mut self.frame_stack[num_frames - 1], in current_frame_mut()
286 let num_frames = self.frame_stack.len(); in current_frame() localVariable
287 match num_frames { in current_frame()
289 _ => &self.frame_stack[num_frames - 1], in current_frame()