Home | History | Annotate | Download | only in mips64

Lines Matching defs:function

529   LWrapReceiver(LOperand* receiver, LOperand* function) {
531 inputs_[1] = function;
538 LOperand* function() { return inputs_[1]; }
544 LApplyArguments(LOperand* function,
548 inputs_[0] = function;
556 LOperand* function() { return inputs_[0]; }
1590 explicit LLoadFunctionPrototype(LOperand* function) {
1591 inputs_[0] = function;
1594 LOperand* function() { return inputs_[0]; }
1596 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1740 LStoreCodeEntry(LOperand* function, LOperand* code_object) {
1741 inputs_[0] = function;
1745 LOperand* function() { return inputs_[0]; }
1773 DECLARE_CONCRETE_INSTRUCTION(ThisFunction, "this-function")
1800 explicit LCallJSFunction(LOperand* function) {
1801 inputs_[0] = function;
1804 LOperand* function() { return inputs_[0]; }
1806 DECLARE_CONCRETE_INSTRUCTION(CallJSFunction, "call-js-function")
1860 LInvokeFunction(LOperand* context, LOperand* function) {
1862 inputs_[1] = function;
1866 LOperand* function() { return inputs_[1]; }
1868 DECLARE_CONCRETE_INSTRUCTION(InvokeFunction, "invoke-function")
1879 LCallFunction(LOperand* context, LOperand* function, LOperand* slot,
1882 inputs_[1] = function;
1888 LOperand* function() { return inputs_[1]; }
1892 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1934 const Runtime::Function* function() const { return hydrogen()->function(); }
2626 LAllocateBlockContext(LOperand* context, LOperand* function) {
2628 inputs_[1] = function;
2632 LOperand* function() { return inputs_[1]; }