Lines Matching defs:function
533 LWrapReceiver(LOperand* receiver, LOperand* function) {
535 inputs_[1] = function;
539 LOperand* function() { return inputs_[1]; }
548 LApplyArguments(LOperand* function,
552 inputs_[0] = function;
558 LOperand* function() { return inputs_[0]; }
1544 explicit LLoadFunctionPrototype(LOperand* function) {
1545 inputs_[0] = function;
1548 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1551 LOperand* function() { return inputs_[0]; }
1707 LStoreCodeEntry(LOperand* function, LOperand* code_object) {
1708 inputs_[0] = function;
1712 LOperand* function() { return inputs_[0]; }
1740 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1767 explicit LCallJSFunction(LOperand* function) {
1768 inputs_[0] = function;
1771 LOperand* function() { return inputs_[0]; }
1773 DECLARE_CONCRETE_INSTRUCTION(CallJSFunction, "call-js-function")
1823 LInvokeFunction(LOperand* context, LOperand* function) {
1825 inputs_[1] = function;
1829 LOperand* function() { return inputs_[1]; }
1831 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1842 LCallFunction(LOperand* context, LOperand* function, LOperand* slot,
1845 inputs_[1] = function;
1850 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1854 LOperand* function() { return inputs_[1]; }
1897 const Runtime::Function* function() const { return hydrogen()->function(); }
2592 LAllocateBlockContext(LOperand* context, LOperand* function) {
2594 inputs_[1] = function;
2598 LOperand* function() { return inputs_[1]; }