Home | History | Annotate | Download | only in s390

Lines Matching refs:Drop

2637     DCHECK(info()->IsStub());  // Functions would need to drop one more value.
3229 // TODO(ishell): drop current frame before pushing arguments to the stack.
3257 void LCodeGen::DoDrop(LDrop* instr) { __ Drop(instr->count()); }
3681 // Drop current frame and load arguments count from arguments adaptor frame.