Home
last modified time | relevance | path

Searched refs:CommonFrame (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h95 : CommonFrame(iterator) {} in TypedFrame()
99 : CommonFrame(iterator) {} in CommonFrameWithJSLinkage()
150 inline CommonFrame::CommonFrame(StackFrameIteratorBase* iterator) in CommonFrame() function in v8::internal::CommonFrame
153 inline Object CommonFrame::GetExpression(int index) const { in GetExpression()
157 inline void CommonFrame::SetExpression(int index, Object value) { in SetExpression()
161 inline Address CommonFrame::caller_fp() const { in caller_fp()
165 inline Address CommonFrame::caller_pc() const { in caller_pc()
169 inline Address CommonFrame::ComputePCAddress(Address fp) { in ComputePCAddress()
173 inline Address CommonFrame
[all...]
H A Dframes.h18 // - CommonFrame
351 class CommonFrame;
444 static FrameSummary GetTop(const CommonFrame* frame);
445 static FrameSummary GetBottom(const CommonFrame* frame);
446 static FrameSummary GetSingle(const CommonFrame* frame);
447 static FrameSummary Get(const CommonFrame* frame, int index);
481 class CommonFrame : public StackFrame { class
500 static CommonFrame* cast(StackFrame* frame) { in cast()
502 return static_cast<CommonFrame*>(frame); in cast()
506 inline explicit CommonFrame(StackFrameIteratorBas
[all...]
H A Dframes.cc395 reinterpret_cast<Address*>(CommonFrame::ComputePCAddress(fp))); in SafeStackFrameIterator()
747 Address CommonFrame::GetCallerStackPointer() const { in GetCallerStackPointer()
976 Address CommonFrame::GetExpressionAddress(int n) const { in GetExpressionAddress()
986 Object CommonFrame::context() const { in context()
990 int CommonFrame::position() const { in position()
996 int CommonFrame::ComputeExpressionsCount() const { in ComputeExpressionsCount()
1004 void CommonFrame::ComputeCallerState(State* state) const { in ComputeCallerState()
1023 void CommonFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize()
1028 void CommonFrame::IterateCompiledFrame(RootVisitor* v) const { in IterateCompiledFrame()
1698 FrameSummary FrameSummary::GetTop(const CommonFrame* fram
[all...]
H A Disolate.h101 class CommonFrame;
2433 bool IsBelowFrame(CommonFrame* frame);
H A Disolate.cc1138 CommonFrame::cast(frame)->Summarize(&summaries); in VisitStack()
5434 bool SaveContext::IsBelowFrame(CommonFrame* frame) { in ThrowInternal()
/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.h19 class CommonFrame;
24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);
54 CommonFrame* frame_;
H A Ddebug-frames.cc18 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector()
H A Ddebug.cc1190 CommonFrame* frame = frames_it.frame(); in PrepareStep()
2547 CommonFrame* frame = iterator.frame(); in PrintBreakLocation()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dwasm-module-debug.cc104 CommonFrame::cast(frame)->Summarize(&frames); in GetCallStack()
163 CommonFrame::cast(frame)->Summarize(&frames); in FindWasmFrame()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h1325 friend class CommonFrame;

Completed in 40 milliseconds