Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-stack-trace-iterator.cc33 inlined_frame_index_ = static_cast<int>(frames.size()); in DebugStackTraceIterator()
44 --inlined_frame_index_; in Advance()
45 for (; inlined_frame_index_ >= 0; --inlined_frame_index_) { in Advance()
47 if (FrameSummary::Get(iterator_.frame(), inlined_frame_index_) in Advance()
53 if (inlined_frame_index_ >= 0) { in Advance()
55 iterator_.frame(), inlined_frame_index_, isolate_)); in Advance()
64 inlined_frame_index_ = static_cast<int>(frames.size()); in Advance()
160 isolate_, iterator_.frame(), inlined_frame_index_)); in GetScopeIterator()
178 inlined_frame_index_, Utils::OpenHandle(*source), in Evaluate()
Ddebug-frames.h44 int inlined_frame_index() const { return inlined_frame_index_; } in inlined_frame_index()
51 int inlined_frame_index_; variable
Ddebug-scope-iterator.cc133 inlined_frame_index_(inlined_frame_index), in DebugWasmScopeIterator()
163 debug_info, frame_->fp(), inlined_frame_index_)); in GetObject()
166 debug_info, frame_->fp(), inlined_frame_index_)); in GetObject()
Ddebug-stack-trace-iterator.h40 int inlined_frame_index_; variable
Ddebug-scope-iterator.h61 int inlined_frame_index_; variable
Ddebug-frames.cc18 inlined_frame_index_(inlined_frame_index), in FrameInspector()
/external/v8/src/
Daccessors.cc572 : isolate_(isolate), frame_iterator_(isolate), inlined_frame_index_(-1) { in FrameFunctionIterator()
612 if (inlined_frame_index_ == 0) return function_; in MaterializeFunction()
619 translated_values.GetFrameFromJSFrameIndex(inlined_frame_index_); in MaterializeFunction()
635 if (inlined_frame_index_ <= 0) { in next()
639 inlined_frame_index_ = -1; in next()
642 if (inlined_frame_index_ == -1) return MaybeHandle<JSFunction>(); in next()
645 --inlined_frame_index_; in next()
647 frames_[inlined_frame_index_].AsJavaScript().function(); in next()
654 DCHECK_EQ(-1, inlined_frame_index_); in GetFrames()
658 inlined_frame_index_ = static_cast<int>(frames_.size()); in GetFrames()
[all …]