Home | History | Annotate | Download | only in x64

Lines Matching refs:Function

475   LWrapReceiver(LOperand* receiver, LOperand* function) {
477 inputs_[1] = function;
483 LOperand* function() { return inputs_[1]; }
489 LApplyArguments(LOperand* function,
493 inputs_[0] = function;
501 LOperand* function() { return inputs_[0]; }
833 Handle<JSFunction> function() const { return hydrogen()->function(); }
1165 explicit LLoadFunctionPrototype(LOperand* function) {
1166 inputs_[0] = function;
1169 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1172 LOperand* function() { return inputs_[0]; }
1363 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1413 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1418 Handle<JSFunction> function() { return hydrogen()->function(); }
1425 explicit LInvokeFunction(LOperand* function) {
1426 inputs_[0] = function;
1429 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1432 LOperand* function() { return inputs_[0]; }
1471 explicit LCallFunction(LOperand* function) {
1472 inputs_[0] = function;
1475 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1478 LOperand* function() { return inputs_[0]; }
1527 const Runtime::Function* function() const { return hydrogen()->function(); }
1844 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
1987 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")