Home | History | Annotate | Download | only in s390

Lines Matching defs:MarkAsCall

483 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
490 instr->MarkAsCall();
617 return MarkAsCall(DefineFixedDouble(result, d1), instr);
639 return MarkAsCall(DefineFixed(result, r2), instr);
799 result = MarkAsCall(result, instr);
871 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);
915 return MarkAsCall(new (zone()) LDeclareGlobals(context), instr);
951 return MarkAsCall(DefineFixed(result, r2), instr);
961 return MarkAsCall(DefineFixed(result, r2), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1030 return MarkAsCall(DefineFixedDouble(new (zone()) LMathLog(input), d0), instr);
1043 return MarkAsCall(DefineFixedDouble(new (zone()) LMathCos(input), d0), instr);
1050 return MarkAsCall(DefineFixedDouble(new (zone()) LMathSin(input), d0), instr);
1057 return MarkAsCall(DefineFixedDouble(new (zone()) LMathExp(input), d0), instr);
1076 return MarkAsCall(DefineFixed(result, r2), instr);
1081 return MarkAsCall(DefineFixed(new (zone()) LCallRuntime(context), r2), instr);
1446 return MarkAsCall(DefineFixedDouble(result, d3), instr,
1457 return MarkAsCall(DefineFixed(result, r2), instr);
1520 return MarkAsCall(result, instr);
1905 return MarkAsCall(result, instr);
1967 return MarkAsCall(
2069 return MarkAsCall(DefineFixed(result, r2), instr);
2084 return MarkAsCall(new (zone()) LStackCheck(context), instr);
2132 return MarkAsCall(DefineFixed(result, r2), instr, CAN_DEOPTIMIZE_EAGERLY);