Home
last modified time | relevance | path

Searched refs:inlined_frame_index (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc15 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()
Ddebug-frames.h19 FrameInspector(StandardFrame* frame, int inlined_frame_index,
44 int inlined_frame_index() const { return inlined_frame_index_; } in inlined_frame_index() function
Ddebug-scope-iterator.cc130 int inlined_frame_index) in DebugWasmScopeIterator() argument
133 inlined_frame_index_(inlined_frame_index), in DebugWasmScopeIterator()
Ddebug-scope-iterator.h44 int inlined_frame_index);
Ddebug-scopes.cc738 frame, frame_inspector_->inlined_frame_index()); in VisitLocalScope()
/external/v8/src/
Daccessors.cc413 int inlined_frame_index) { in ArgumentsForInlinedFunction() argument
422 translated_values.GetArgumentsInfoFromJSFrameIndex(inlined_frame_index, in ArgumentsForInlinedFunction()