Lines Matching refs:StackFrame
1781 JSEntryStub(Isolate* isolate, StackFrame::Type type)
1783 DCHECK(type == StackFrame::ENTRY || type == StackFrame::ENTRY_CONSTRUCT);
1791 os << (type() == StackFrame::ENTRY ? "JSEntryStub"
1795 StackFrame::Type type() const {
1799 class StackFrameTypeBits : public BitField<StackFrame::Type, 0, 5> {};