Lines Matching defs:frame
11 #include "src/execution/frame-constants.h"
42 // We skip at least one frame.
46 DCHECK_EQ(type, frame_iterator_.frame()->type());
50 // Type check the frame where the iterator stopped now.
51 DCHECK_NOT_NULL(frame());
54 FrameType* frame() { return FrameType::cast(frame_iterator_.frame()); }
65 .frame()
219 DCHECK_EQ(*instance, frame_finder.frame()->wasm_instance());
316 int func_index = frame_finder.frame()->function_index();
561 WasmFrame* frame = frame_finder.frame();
562 auto instance = handle(frame->wasm_instance(), isolate);
587 frame->id());
603 if (debug_info->IsStepping(frame)) {
614 if (WasmScript::CheckBreakPoints(isolate, script, frame->position(),
615 frame->id())
636 debug_info->ClearStepping(frame);