Lines Matching defs:frame
150 // Find the caller wasm frame.
155 WasmFrame* frame = WasmFrame::cast(it.frame());
158 int func_index = frame->function_index();
159 const wasm::WasmModule* module = frame->wasm_instance().module();
161 wasm::ModuleWireBytes(frame->native_module()->wire_bytes());
166 wasm::WasmCode* code = frame->wasm_code();
187 // Find the caller wasm frame.
192 WasmFrame* frame = WasmFrame::cast(it.frame());
193 int func_index = frame->function_index();
195 frame->wasm_instance().module()->functions[func_index].sig;
411 // Find the caller wasm frame.
416 WasmFrame* frame = WasmFrame::cast(it.frame());
419 frame->wasm_instance().memory_object().array_buffer().backing_store());
420 int func_index = frame->function_index();
421 int pos = frame->position();
422 wasm::ExecutionTier tier = frame->wasm_code()->is_liftoff()