Home | History | Annotate | Download | only in x87

Lines Matching defs:function

267   function()->PrintTo(stream);
284 function()->PrintTo(stream);
297 function()->PrintTo(stream);
328 function()->PrintTo(stream);
1049 LOperand* function = UseRegister(instr->function());
1052 new(zone()) LWrapReceiver(receiver, function, temp);
1058 LOperand* function = UseFixed(instr->function(), edi);
1062 LApplyArguments* result = new(zone()) LApplyArguments(function,
1082 LOperand* function = UseRegister(store_code_entry->function());
1084 return new(zone()) LStoreCodeEntry(function, code_object);
1123 LOperand* function = UseFixed(instr->function(), edi);
1125 LCallJSFunction* result = new(zone()) LCallJSFunction(function);
1159 LOperand* function = UseFixed(instr->function(), edi);
1160 LInvokeFunction* result = new(zone()) LInvokeFunction(context, function);
1268 LOperand* function = UseFixed(instr->function(), edi);
1277 new (zone()) LCallFunction(context, function, slot, vector);
1644 // Unlike ia32, we don't have a MathPowStub and directly call c function.
2159 new(zone()) LLoadFunctionPrototype(UseRegister(instr->function()),
2617 instr->function(),
2690 LOperand* function = UseRegisterAtStart(instr->function());
2692 new(zone()) LAllocateBlockContext(context, function);