Searched refs:wasm_frame (Results 1 – 4 of 4) sorted by relevance
80 auto wasm_frame = WasmFrame::cast(frame_); in GetFunctionName() local81 auto wasm_instance = handle(wasm_frame->wasm_instance(), isolate_); in GetFunctionName()83 wasm_frame->function_index()); in GetFunctionName()
1242 WasmFrame* wasm_frame = WasmFrame::cast(frame); in PrepareStep() local1243 auto* debug_info = wasm_frame->native_module()->GetDebugInfo(); in PrepareStep()1244 if (debug_info->PrepareStep(wasm_frame)) { in PrepareStep()1301 WasmFrame* wasm_frame = WasmFrame::cast(frames_it.frame()); in PrepareStep() local1302 auto* debug_info = wasm_frame->native_module()->GetDebugInfo(); in PrepareStep()1303 debug_info->PrepareStepOutTo(wasm_frame); in PrepareStep()
240 auto* wasm_frame = WasmFrame::cast(it.frame()); in DeadBreakpoint() local241 if (static_cast<int>(wasm_frame->function_index()) != func_index) return 0; in DeadBreakpoint()242 return DeadBreakpoint(wasm_frame, breakpoints); in DeadBreakpoint()
1977 WasmFrame* wasm_frame = static_cast<WasmFrame*>(frame); in ThrowInternal() local1980 int offset = wasm_frame->LookupExceptionHandlerInTable(); in ThrowInternal()