Home | History | Annotate | Download | only in src

Lines Matching defs:type_

72       : masm_(masm), type_(type), old_has_frame_(masm->has_frame()) {
74 if (type != StackFrame::MANUAL && type_ != StackFrame::NONE) {
80 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
81 masm_->LeaveFrame(type_);
92 DCHECK(type_ != StackFrame::MANUAL && type_ != StackFrame::NONE);
93 masm_->LeaveFrame(type_);
98 StackFrame::Type type_;
106 type_(type),
114 if (type_ != StackFrame::MANUAL && type_ != StackFrame::NONE) {
120 masm_->LeaveFrame(type_);
133 DCHECK(type_ != StackFrame::MANUAL && type_ != StackFrame::NONE);
134 masm_->LeaveFrame(type_);
139 StackFrame::Type type_;