Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h95 : CommonFrame(iterator) {} in TypedFrame()
99 : CommonFrame(iterator) {} in CommonFrameWithJSLinkage()
150 inline CommonFrame::CommonFrame(StackFrameIteratorBase* iterator) in CommonFrame() function
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::ComputeConstantPoolAddress(Address fp) { in ComputeConstantPoolAddress()
293 inline CommonFrame* StackTraceFrameIterator::frame() const { in frame()
[all …]
Dframes.h351 class CommonFrame; variable
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 {
500 static CommonFrame* cast(StackFrame* frame) { in cast()
502 return static_cast<CommonFrame*>(frame); in cast()
506 inline explicit CommonFrame(StackFrameIteratorBase* iterator);
537 class TypedFrame : public CommonFrame {
[all …]
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* frame) { in GetTop()
[all …]
Disolate.h101 class CommonFrame; variable
2433 bool IsBelowFrame(CommonFrame* frame);
Disolate.cc1138 CommonFrame::cast(frame)->Summarize(&summaries); in VisitStack()
5411 bool SaveContext::IsBelowFrame(CommonFrame* frame) { in ThrowInternal()
/third_party/node/deps/v8/src/debug/
Ddebug-frames.h19 class CommonFrame; variable
24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);
54 CommonFrame* frame_;
Ddebug-frames.cc18 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector()
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/
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/
Dmacro-assembler-riscv64.h1325 friend class CommonFrame; variable