Lines Matching refs:InterpretedFrame
759 Address InterpretedFrame::GetExpressionAddress(int n) const { in GetExpressionAddress()
1145 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame); in PrintTop()
1203 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame); in CollectTopFrameForICStats()
1649 int InterpretedFrame::position() const { in position()
1655 int InterpretedFrame::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable()
1661 int InterpretedFrame::GetBytecodeOffset() const { in GetBytecodeOffset()
1670 int InterpretedFrame::GetBytecodeOffset(Address fp) { in GetBytecodeOffset()
1681 void InterpretedFrame::PatchBytecodeOffset(int new_offset) { in PatchBytecodeOffset()
1690 BytecodeArray* InterpretedFrame::GetBytecodeArray() const { in GetBytecodeArray()
1698 void InterpretedFrame::PatchBytecodeArray(BytecodeArray* bytecode_array) { in PatchBytecodeArray()
1706 Object* InterpretedFrame::ReadInterpreterRegister(int register_index) const { in ReadInterpreterRegister()
1714 void InterpretedFrame::WriteInterpreterRegister(int register_index, in WriteInterpreterRegister()
1723 void InterpretedFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize()
1987 const InterpretedFrame* iframe = in Print()
1988 reinterpret_cast<const InterpretedFrame*>(this); in Print()