Lines Matching defs:function
541 LOperand* function,
544 inputs_[1] = function;
549 LOperand* function() { return inputs_[1]; }
559 LApplyArguments(LOperand* function,
563 inputs_[0] = function;
569 LOperand* function() { return inputs_[0]; }
1557 LLoadFunctionPrototype(LOperand* function, LOperand* temp) {
1558 inputs_[0] = function;
1562 LOperand* function() { return inputs_[0]; }
1565 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1725 LStoreCodeEntry(LOperand* function, LOperand* code_object) {
1726 inputs_[0] = function;
1730 LOperand* function() { return inputs_[0]; }
1758 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1785 explicit LCallJSFunction(LOperand* function) {
1786 inputs_[0] = function;
1789 LOperand* function() { return inputs_[0]; }
1791 DECLARE_CONCRETE_INSTRUCTION(CallJSFunction, "call-js-function")
1841 LInvokeFunction(LOperand* context, LOperand* function) {
1843 inputs_[1] = function;
1847 LOperand* function() { return inputs_[1]; }
1849 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1860 LCallFunction(LOperand* context, LOperand* function, LOperand* slot,
1863 inputs_[1] = function;
1869 LOperand* function() { return inputs_[1]; }
1873 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1915 const Runtime::Function* function() const { return hydrogen()->function(); }
2622 LAllocateBlockContext(LOperand* context, LOperand* function) {
2624 inputs_[1] = function;
2628 LOperand* function() { return inputs_[1]; }