Lines Matching refs:MarkAsCall
729 LInstruction* LChunkBuilder::MarkAsCall(LInstruction* instr,
735 instr->MarkAsCall();
820 return MarkAsCall(DefineFixed(result, r0), instr);
834 return MarkAsCall(DefineFixed(result, r0), instr);
901 return MarkAsCall(DefineFixed(result, r0), instr);
1071 return MarkAsCall(result, instr);
1109 return MarkAsCall(result, instr);
1153 return MarkAsCall(DefineFixed(result, r0), instr);
1161 return MarkAsCall(DefineFixed(result, r0), instr);
1174 return MarkAsCall(DefineFixed(result, r0), instr, CAN_DEOPTIMIZE_EAGERLY);
1211 return MarkAsCall(DefineFixed(new LCallConstantFunction, r0), instr);
1220 return MarkAsCall(DefineFixedDouble(result, d2), instr);
1248 return MarkAsCall(DefineFixed(new LCallKeyed(key), r0), instr);
1254 return MarkAsCall(DefineFixed(new LCallNamed, r0), instr);
1260 return MarkAsCall(DefineFixed(new LCallGlobal, r0), instr);
1266 return MarkAsCall(DefineFixed(new LCallKnownGlobal, r0), instr);
1274 return MarkAsCall(DefineFixed(result, r0), instr);
1280 return MarkAsCall(DefineFixed(new LCallFunction, r0), instr);
1286 return MarkAsCall(DefineFixed(new LCallRuntime, r0), instr);
1377 return MarkAsCall(DefineFixedDouble(result, d1), instr);
1454 return MarkAsCall(DefineFixedDouble(result, d3),
1482 return MarkAsCall(DefineFixed(result, r0), instr);
1594 return MarkAsCall(new LThrow(value), instr);
1737 return MarkAsCall(DefineFixed(result, r0), instr);
1758 return MarkAsCall(result, instr);
1794 return MarkAsCall(DefineFixed(result, r0), instr);
1806 return MarkAsCall(result, instr);
1866 return MarkAsCall(result, instr);
1921 return MarkAsCall(new LStoreKeyedGeneric(obj, key, val), instr);
1945 return MarkAsCall(result, instr);
1971 return MarkAsCall(DefineFixed(new LArrayLiteral, r0), instr);
1976 return MarkAsCall(DefineFixed(new LObjectLiteral, r0), instr);
1981 return MarkAsCall(DefineFixed(new LRegExpLiteral, r0), instr);
1986 return MarkAsCall(DefineFixed(new LFunctionLiteral, r0), instr);
1994 return MarkAsCall(DefineFixed(result, r0), instr);
2023 return MarkAsCall(DefineFixed(new LCallStub, r0), instr);
2048 return MarkAsCall(DefineFixed(result, r0), instr);
2054 return MarkAsCall(DefineFixed(result, r0), instr);
2100 return MarkAsCall(new LStackCheck, instr);