Searched refs:inlined_frame_index (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/debug/ |
D | debug-frames.cc | 15 FrameInspector::FrameInspector(StandardFrame* frame, int inlined_frame_index, in FrameInspector() argument 18 inlined_frame_index_(inlined_frame_index), in FrameInspector() 21 FrameSummary summary = FrameSummary::Get(frame, inlined_frame_index); in FrameInspector() 44 js_frame, inlined_frame_index, isolate)); in FrameInspector() 49 ->GetInterpretedFrame(frame_->fp(), inlined_frame_index); in FrameInspector()
|
D | debug-frames.h | 19 FrameInspector(StandardFrame* frame, int inlined_frame_index, 44 int inlined_frame_index() const { return inlined_frame_index_; } in inlined_frame_index() function
|
D | debug-scope-iterator.cc | 130 int inlined_frame_index) in DebugWasmScopeIterator() argument 133 inlined_frame_index_(inlined_frame_index), in DebugWasmScopeIterator()
|
D | debug-scope-iterator.h | 44 int inlined_frame_index);
|
D | debug-scopes.cc | 738 frame, frame_inspector_->inlined_frame_index()); in VisitLocalScope()
|
/external/v8/src/ |
D | accessors.cc | 413 int inlined_frame_index) { in ArgumentsForInlinedFunction() argument 422 translated_values.GetArgumentsInfoFromJSFrameIndex(inlined_frame_index, in ArgumentsForInlinedFunction()
|