Lines Matching defs:function
519 LWrapReceiver(LOperand* receiver, LOperand* function) {
521 inputs_[1] = function;
528 LOperand* function() { return inputs_[1]; }
534 LApplyArguments(LOperand* function, LOperand* receiver, LOperand* length,
536 inputs_[0] = function;
544 LOperand* function() { return inputs_[0]; }
1509 explicit LLoadFunctionPrototype(LOperand* function) { inputs_[0] = function; }
1511 LOperand* function() { return inputs_[0]; }
1513 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1651 LStoreCodeEntry(LOperand* function, LOperand* code_object) {
1652 inputs_[0] = function;
1656 LOperand* function() { return inputs_[0]; }
1684 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1709 explicit LCallJSFunction(LOperand* function) { inputs_[0] = function; }
1711 LOperand* function() { return inputs_[0]; }
1713 DECLARE_CONCRETE_INSTRUCTION(CallJSFunction, "call-js-function")
1767 LInvokeFunction(LOperand* context, LOperand* function) {
1769 inputs_[1] = function;
1773 LOperand* function() { return inputs_[1]; }
1775 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1786 LCallFunction(LOperand* context, LOperand* function, LOperand* slot,
1789 inputs_[1] = function;
1795 LOperand* function() { return inputs_[1]; }
1799 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1839 const Runtime::Function* function() const { return hydrogen()->function(); }
2505 LAllocateBlockContext(LOperand* context, LOperand* function) {
2507 inputs_[1] = function;
2511 LOperand* function() { return inputs_[1]; }