Home
last modified time | relevance | path

Searched refs:StackFrameId (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h374 StackFrameId break_frame_id() { return thread_local_.break_frame_id_; } in break_frame_id()
537 StackFrameId break_frame_id_;
613 StackFrameId break_frame_id_; // Previous break frame id.
Ddebug-evaluate.h44 StackFrameId frame_id,
Ddebug.cc379 thread_local_.break_frame_id_ = StackFrameId::NO_ID; in ThreadInit()
1181 StackFrameId frame_id = break_frame_id(); in PrepareStep()
1183 if (frame_id == StackFrameId::NO_ID) return; in PrepareStep()
2428 if (break_frame_id() != StackFrameId::NO_ID) { in CurrentFrameCount()
2600 has_frames ? it.frame()->id() : StackFrameId::NO_ID; in DebugScope()
Ddebug-evaluate.cc89 StackFrameId frame_id, in Local()
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc386 Isolate* isolate, StackFrameId stepping_frame, in UpdateBreakpoints()
677 StackFrameId stepping_frame) { in UpdateReturnAddresses()
739 StackFrameId stepping_frame = NO_ID;
1221 StackFrameId frame_id) { in CheckBreakPoint()
1245 StackFrameId frame_id) { in CheckBreakPoints()
Dwasm-objects.h852 StackFrameId stack_frame_id);
/third_party/node/deps/v8/src/execution/
Dframes.h277 StackFrameId id() const { return static_cast<StackFrameId>(caller_sp()); } in id()
1292 StackTraceFrameIterator(Isolate* isolate, StackFrameId id);
Dframes.cc225 StackFrameId id) in StackTraceFrameIterator()
/third_party/node/deps/v8/src/common/
Dglobals.h1822 enum StackFrameId { ID_MIN_VALUE = kMinInt, ID_MAX_VALUE = kMaxInt, NO_ID = 0 }; enum