Home | History | Annotate | Download | only in x87

Lines Matching refs:frame_elided

2138     OutOfLineTrap(CodeGenerator* gen, bool frame_elided, Instruction* instr)
2140 frame_elided_(frame_elided),
2187 bool frame_elided = !frame_access_state()->has_frame();
2188 auto ool = new (zone()) OutOfLineTrap(this, frame_elided, instr);