Lines Matching refs:CommonFrame
95 : 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()
300 return static_cast<CommonFrame*>(frame); in frame()
303 inline CommonFrame* StackTraceFrameIterator::Reframe() { in Reframe()