Home | History | Annotate | Download | only in s390

Lines Matching refs:frame_elided

2401     OutOfLineTrap(CodeGenerator* gen, bool frame_elided, Instruction* instr)
2403 frame_elided_(frame_elided),
2454 bool frame_elided = !frame_access_state()->has_frame();
2455 auto ool = new (zone()) OutOfLineTrap(this, frame_elided, instr);