Lines Matching refs:Function
473 LWrapReceiver(LOperand* receiver, LOperand* function) {
475 inputs_[1] = function;
481 LOperand* function() { return inputs_[1]; }
487 LApplyArguments(LOperand* function,
491 inputs_[0] = function;
499 LOperand* function() { return inputs_[0]; }
835 Handle<JSFunction> function() const { return hydrogen()->function(); }
1166 explicit LLoadFunctionPrototype(LOperand* function) {
1167 inputs_[0] = function;
1170 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1173 LOperand* function() { return inputs_[0]; }
1363 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1419 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1424 Handle<JSFunction> function() { return hydrogen()->function(); }
1431 explicit LInvokeFunction(LOperand* function) {
1432 inputs_[0] = function;
1435 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1438 LOperand* function() { return inputs_[0]; }
1476 explicit LCallFunction(LOperand* function) {
1477 inputs_[0] = function;
1480 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1483 LOperand* function() { return inputs_[0]; }
1532 const Runtime::Function* function() const { return hydrogen()->function(); }
1856 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
1998 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")