Home | History | Annotate | Download | only in mips64

Lines Matching refs:frame_elided

2079     OutOfLineTrap(CodeGenerator* gen, bool frame_elided, Instruction* instr)
2081 frame_elided_(frame_elided),
2129 bool frame_elided = !frame_access_state()->has_frame();
2130 auto ool = new (zone()) OutOfLineTrap(this, frame_elided, instr);