Lines Matching refs:Function
463 LOperand* function,
466 inputs_[1] = function;
473 LOperand* function() { return inputs_[1]; }
479 LApplyArguments(LOperand* function,
483 inputs_[0] = function;
491 LOperand* function() { return inputs_[0]; }
846 Handle<JSFunction> function() const { return hydrogen()->function(); }
1200 LLoadFunctionPrototype(LOperand* function, LOperand* temp) {
1201 inputs_[0] = function;
1205 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1208 LOperand* function() { return inputs_[0]; }
1406 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1466 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1471 Handle<JSFunction> function() { return hydrogen()->function(); }
1478 LInvokeFunction(LOperand* context, LOperand* function) {
1480 inputs_[1] = function;
1483 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1487 LOperand* function() { return inputs_[1]; }
1533 explicit LCallFunction(LOperand* context, LOperand* function) {
1535 inputs_[1] = function;
1538 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1542 LOperand* function() { return inputs_[1]; }
1603 const Runtime::Function* function() const { return hydrogen()->function(); }
1935 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
2108 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")