Searched refs:inlined_frame_index (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/debug/ |
D | debug-frames.cc | 18 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector() argument 21 inlined_frame_index_(inlined_frame_index), in FrameInspector() 24 FrameSummary summary = FrameSummary::Get(frame, inlined_frame_index); in FrameInspector() 49 js_frame, inlined_frame_index, isolate)); in FrameInspector()
|
D | debug-frames.h | 24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate); 48 int inlined_frame_index() const { return inlined_frame_index_; } in inlined_frame_index() function
|
D | debug-scopes.cc | 939 frame, frame_inspector_->inlined_frame_index()); in VisitLocalScope()
|
D | debug.cc | 2550 int inlined_frame_index = static_cast<int>(frames.size() - 1); in PrintBreakLocation() local 2551 FrameInspector inspector(frame, inlined_frame_index, isolate_); in PrintBreakLocation()
|
/third_party/node/deps/v8/src/builtins/ |
D | accessors.cc | 408 int inlined_frame_index) { in ArgumentsForInlinedFunction() argument 417 translated_values.GetArgumentsInfoFromJSFrameIndex(inlined_frame_index, in ArgumentsForInlinedFunction()
|