Home | History | Annotate | Download | only in arm

Lines Matching refs:Function

474   LApplyArguments(LOperand* function,
478 inputs_[0] = function;
486 LOperand* function() { return inputs_[0]; }
879 Handle<JSFunction> function() const { return hydrogen()->function(); }
1183 explicit LLoadFunctionPrototype(LOperand* function) {
1184 inputs_[0] = function;
1187 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1190 LOperand* function() { return inputs_[0]; }
1405 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1410 Handle<JSFunction> function() { return hydrogen()->function(); }
1445 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1496 const Runtime::Function* function() const { return hydrogen()->function(); }
1757 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
1842 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")