Lines Matching refs:visited_frames
1921 int visited_frames = 0; in ThrowInternal() local
1925 for (StackFrameIterator iter(this);; iter.Advance(), visited_frames++) { in ThrowInternal()
1946 0, visited_frames); in ThrowInternal()
1966 visited_frames); in ThrowInternal()
1995 visited_frames); in ThrowInternal()
2032 frame->fp(), visited_frames); in ThrowInternal()
2060 frame->fp(), visited_frames); in ThrowInternal()
2100 code.constant_pool(), return_sp, sp_frame->fp(), visited_frames); in ThrowInternal()
2114 CHECK_GE(visited_frames, 1); in ThrowInternal()
2117 visited_frames - 1); in ThrowInternal()
2141 visited_frames); in ThrowInternal()