Home | History | Annotate | Download | only in ppc

Lines Matching refs:frame_elided

2022     OutOfLineTrap(CodeGenerator* gen, bool frame_elided, Instruction* instr)
2024 frame_elided_(frame_elided),
2075 bool frame_elided = !frame_access_state()->has_frame();
2076 auto ool = new (zone()) OutOfLineTrap(this, frame_elided, instr);