Lines Matching refs:Function
474 LWrapReceiver(LOperand* receiver, LOperand* function) {
476 inputs_[1] = function;
482 LOperand* function() { return inputs_[1]; }
488 LApplyArguments(LOperand* function,
492 inputs_[0] = function;
500 LOperand* function() { return inputs_[0]; }
836 Handle<JSFunction> function() const { return hydrogen()->function(); }
1186 explicit LLoadFunctionPrototype(LOperand* function) {
1187 inputs_[0] = function;
1190 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1193 LOperand* function() { return inputs_[0]; }
1383 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1439 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1444 Handle<JSFunction> function() { return hydrogen()->function(); }
1451 explicit LInvokeFunction(LOperand* function) {
1452 inputs_[0] = function;
1455 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1458 LOperand* function() { return inputs_[0]; }
1496 explicit LCallFunction(LOperand* function) {
1497 inputs_[0] = function;
1500 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1503 LOperand* function() { return inputs_[0]; }
1552 const Runtime::Function* function() const { return hydrogen()->function(); }
1876 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
2018 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")