Home | History | Annotate | Download | only in arm

Lines Matching refs:frame_elided

2029     OutOfLineTrap(CodeGenerator* gen, bool frame_elided, Instruction* instr)
2031 frame_elided_(frame_elided),
2082 bool frame_elided = !frame_access_state()->has_frame();
2083 auto ool = new (zone()) OutOfLineTrap(this, frame_elided, instr);