Searched refs:CommonFrame (Results 1 – 10 of 10) sorted by relevance
95 : CommonFrame(iterator) {} in TypedFrame()99 : CommonFrame(iterator) {} in CommonFrameWithJSLinkage()150 inline CommonFrame::CommonFrame(StackFrameIteratorBase* iterator) in CommonFrame() function153 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 …]
351 class CommonFrame; variable444 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 …]
395 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 …]
101 class CommonFrame; variable2433 bool IsBelowFrame(CommonFrame* frame);
1138 CommonFrame::cast(frame)->Summarize(&summaries); in VisitStack()5411 bool SaveContext::IsBelowFrame(CommonFrame* frame) { in ThrowInternal()
19 class CommonFrame; variable24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);54 CommonFrame* frame_;
18 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector()
1190 CommonFrame* frame = frames_it.frame(); in PrepareStep()2547 CommonFrame* frame = iterator.frame(); in PrintBreakLocation()
104 CommonFrame::cast(frame)->Summarize(&frames); in GetCallStack()163 CommonFrame::cast(frame)->Summarize(&frames); in FindWasmFrame()
1325 friend class CommonFrame; variable