Home | History | Annotate | Download | only in ppc

Lines Matching refs:DefineFixed

522 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
706 return MarkAsCall(DefineFixed(result, r3), instr);
951 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);
992 return DefineFixed(new (zone()) LContext, cp);
1038 return MarkAsCall(DefineFixed(result, r3), instr);
1049 return MarkAsCall(DefineFixed(result, r3), instr, CANNOT_DEOPTIMIZE_EAGERLY);
1186 return MarkAsCall(DefineFixed(result, r3), instr);
1192 return MarkAsCall(DefineFixed(new (zone()) LCallRuntime(context), r3), instr);
1616 return MarkAsCall(DefineFixed(result, r3), instr);
2122 DefineFixed(result, r3);
2163 DefineFixed(new (zone()) LStringAdd(context, left, right), r3), instr);
2220 return DefineFixed(result, reg);
2274 return MarkAsCall(DefineFixed(result, r3), instr);
2343 return MarkAsCall(DefineFixed(result, r3), instr, CAN_DEOPTIMIZE_EAGERLY);