Home | History | Annotate | Download | only in arm64

Lines Matching refs:frame_elided

1707     OutOfLineTrap(CodeGenerator* gen, bool frame_elided, Instruction* instr)
1709 frame_elided_(frame_elided),
1758 bool frame_elided = !frame_access_state()->has_frame();
1759 auto ool = new (zone()) OutOfLineTrap(this, frame_elided, instr);