Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dframes-inl.h98 : CommonFrame(iterator) {} in TypedFrame()
102 : CommonFrame(iterator) {} in CommonFrameWithJSLinkage()
153 inline CommonFrame::CommonFrame(StackFrameIteratorBase* iterator) in CommonFrame() function
156 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 …]
Dframes.h336 class CommonFrame; variable
427 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 …]
Dframes.cc326 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 …]
Disolate.h74 class CommonFrame; variable
2034 bool IsBelowFrame(CommonFrame* frame);
Disolate.cc1054 CommonFrame::cast(frame)->Summarize(&frames); in CaptureStackTrace()
2130 CommonFrame* frame = it.frame(); in ThrowInternal()
4604 bool SaveContext::IsBelowFrame(CommonFrame* frame) { in ThrowInternal()
/external/v8/src/debug/
Ddebug-frames.h19 class CommonFrame; variable
24 FrameInspector(CommonFrame* frame, int inlined_frame_index, Isolate* isolate);
50 CommonFrame* frame_;
Ddebug-frames.cc14 FrameInspector::FrameInspector(CommonFrame* frame, int inlined_frame_index, in FrameInspector()
Ddebug-stack-trace-iterator.cc169 CommonFrame* frame = iterator_.frame(); in GetScopeIterator()
Ddebug.cc1044 CommonFrame* frame = frames_it.frame(); in PrepareStep()
1974 CommonFrame* frame = iterator.frame(); in ShouldBeSkipped()
2140 CommonFrame* frame = iterator.frame(); in PrintBreakLocation()
/external/v8/src/wasm/
Dwasm-debug-evaluate.h18 Handle<WasmInstanceObject> debuggee_instance, CommonFrame* frame);
Dwasm-debug-evaluate.cc84 explicit DebugEvaluatorProxy(Isolate* isolate, CommonFrame* frame) in DebugEvaluatorProxy()
286 CommonFrame* frame_;
359 CommonFrame* frame) { in DebugEvaluateImpl()
436 CommonFrame* frame) { in DebugEvaluate()
/external/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc101 CommonFrame::cast(frame)->Summarize(&frames); in GetCallStack()
159 CommonFrame::cast(frame)->Summarize(&frames); in FindWasmFrame()
/external/v8/src/codegen/ia32/
Dmacro-assembler-ia32.h873 friend class CommonFrame; variable
/external/v8/src/codegen/x64/
Dmacro-assembler-x64.h1081 friend class CommonFrame; variable
/external/v8/src/codegen/mips/
Dmacro-assembler-mips.h1165 friend class CommonFrame; variable
/external/v8/src/codegen/mips64/
Dmacro-assembler-mips64.h1229 friend class CommonFrame; variable