Searched refs:CommonFrame (Results 1 – 16 of 16) sorted by relevance
98 : CommonFrame(iterator) {} in TypedFrame()102 : CommonFrame(iterator) {} in CommonFrameWithJSLinkage()153 inline CommonFrame::CommonFrame(StackFrameIteratorBase* iterator) in CommonFrame() function156 inline Object CommonFrame::GetExpression(int index) const { in GetExpression()160 inline void CommonFrame::SetExpression(int index, Object value) { in SetExpression()164 inline Address CommonFrame::caller_fp() const { in caller_fp()168 inline Address CommonFrame::caller_pc() const { in caller_pc()172 inline Address CommonFrame::ComputePCAddress(Address fp) { in ComputePCAddress()176 inline Address CommonFrame::ComputeConstantPoolAddress(Address fp) { in ComputeConstantPoolAddress()180 inline bool CommonFrame::IsArgumentsAdaptorFrame(Address fp) { in IsArgumentsAdaptorFrame()[all …]
336 class CommonFrame; variable427 static FrameSummary GetTop(const CommonFrame* frame);428 static FrameSummary GetBottom(const CommonFrame* frame);429 static FrameSummary GetSingle(const CommonFrame* frame);430 static FrameSummary Get(const CommonFrame* frame, int index);464 class CommonFrame : public StackFrame {483 static CommonFrame* cast(StackFrame* frame) { in cast()485 return static_cast<CommonFrame*>(frame); in cast()489 inline explicit CommonFrame(StackFrameIteratorBase* iterator);524 class TypedFrame : public CommonFrame {[all …]
326 reinterpret_cast<Address*>(CommonFrame::ComputePCAddress(fp))); in SafeStackFrameIterator()667 Address CommonFrame::GetCallerStackPointer() const { in GetCallerStackPointer()860 Address CommonFrame::GetExpressionAddress(int n) const { in GetExpressionAddress()870 Object CommonFrame::context() const { in context()874 int CommonFrame::position() const { in position()880 int CommonFrame::ComputeExpressionsCount() const { in ComputeExpressionsCount()888 void CommonFrame::ComputeCallerState(State* state) const { in ComputeCallerState()899 void CommonFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize()904 void CommonFrame::IterateCompiledFrame(RootVisitor* v) const { in IterateCompiledFrame()1463 FrameSummary FrameSummary::GetTop(const CommonFrame* frame) { in GetTop()[all …]
74 class CommonFrame; variable2034 bool IsBelowFrame(CommonFrame* frame);
1054 CommonFrame::cast(frame)->Summarize(&frames); in CaptureStackTrace()2130 CommonFrame* frame = it.frame(); in ThrowInternal()4604 bool SaveContext::IsBelowFrame(CommonFrame* frame) { in ThrowInternal()
19 class CommonFrame; variable24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);50 CommonFrame* frame_;
14 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector()
169 CommonFrame* frame = iterator_.frame(); in GetScopeIterator()
1044 CommonFrame* frame = frames_it.frame(); in PrepareStep()1974 CommonFrame* frame = iterator.frame(); in ShouldBeSkipped()2140 CommonFrame* frame = iterator.frame(); in PrintBreakLocation()
18 Handle<WasmInstanceObject> debuggee_instance, CommonFrame* frame);
84 explicit DebugEvaluatorProxy(Isolate* isolate, CommonFrame* frame) in DebugEvaluatorProxy()286 CommonFrame* frame_;359 CommonFrame* frame) { in DebugEvaluateImpl()436 CommonFrame* frame) { in DebugEvaluate()
101 CommonFrame::cast(frame)->Summarize(&frames); in GetCallStack()159 CommonFrame::cast(frame)->Summarize(&frames); in FindWasmFrame()
873 friend class CommonFrame; variable
1081 friend class CommonFrame; variable
1165 friend class CommonFrame; variable
1229 friend class CommonFrame; variable