Home | History | Annotate | Download | only in ia32

Lines Matching refs:MarkAsCall

723 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
729 instr->MarkAsCall();
814 return MarkAsCall(DefineFixed(result, eax), instr);
828 return MarkAsCall(DefineFixed(result, eax), instr);
895 return MarkAsCall(DefineFixed(result, eax), instr);
1068 return MarkAsCall(result, instr);
1115 return MarkAsCall(result, instr);
1159 return MarkAsCall(DefineFixed(result, eax), instr);
1169 return MarkAsCall(DefineFixed(result, eax), instr);
1184 return MarkAsCall(DefineFixed(result, eax), instr, CAN_DEOPTIMIZE_EAGERLY);
1221 return MarkAsCall(DefineFixed(new LCallConstantFunction, eax), instr);
1236 return MarkAsCall(DefineFixedDouble(result, xmm1), instr);
1265 return MarkAsCall(DefineFixed(result, eax), instr);
1273 return MarkAsCall(DefineFixed(result, eax), instr);
1281 return MarkAsCall(DefineFixed(result, eax), instr);
1287 return MarkAsCall(DefineFixed(new LCallKnownGlobal, eax), instr);
1296 return MarkAsCall(DefineFixed(result, eax), instr);
1304 return MarkAsCall(DefineFixed(result, eax), instr);
1310 return MarkAsCall(DefineFixed(new LCallRuntime, eax), instr);
1406 return MarkAsCall(DefineFixedDouble(result, xmm1), instr);
1485 return MarkAsCall(DefineFixedDouble(result, xmm3), instr,
1512 return MarkAsCall(DefineFixed(result, eax), instr);
1625 return MarkAsCall(new LThrow(value), instr);
1766 return MarkAsCall(DefineFixed(result, eax), instr);
1783 return MarkAsCall(result, instr);
1823 return MarkAsCall(DefineFixed(result, eax), instr);
1836 return MarkAsCall(DefineFixed(result, eax), instr);
1899 return MarkAsCall(DefineFixed(result, eax), instr);
1970 return MarkAsCall(result, instr);
2001 return MarkAsCall(result, instr);
2027 return MarkAsCall(DefineFixed(new LArrayLiteral, eax), instr);
2033 return MarkAsCall(DefineFixed(new LObjectLiteral(context), eax), instr);
2038 return MarkAsCall(DefineFixed(new LRegExpLiteral, eax), instr);
2043 return MarkAsCall(DefineFixed(new LFunctionLiteral, eax), instr);
2050 return MarkAsCall(DefineFixed(result, eax), instr);
2081 return MarkAsCall(DefineFixed(result, eax), instr);
2106 return MarkAsCall(DefineFixed(result, eax), instr);
2112 return MarkAsCall(DefineFixed(result, eax), instr);
2159 return MarkAsCall(new LStackCheck, instr);