Home | History | Annotate | Download | only in ia32

Lines Matching refs:Function

481   LApplyArguments(LOperand* function,
486 inputs_[0] = function;
495 LOperand* function() { return inputs_[0]; }
902 Handle<JSFunction> function() const { return hydrogen()->function(); }
1213 LLoadFunctionPrototype(LOperand* function, LOperand* temp) {
1214 inputs_[0] = function;
1218 DECLARE_CONCRETE_INSTRUCTION(LoadFunctionPrototype, "load-function-prototype")
1221 LOperand* function() { return inputs_[0]; }
1443 DECLARE_CONCRETE_INSTRUCTION(CallConstantFunction, "call-constant-function")
1448 Handle<JSFunction> function() { return hydrogen()->function(); }
1495 DECLARE_CONCRETE_INSTRUCTION(CallFunction, "call-function")
1555 const Runtime::Function* function() const { return hydrogen()->function(); }
1820 DECLARE_CONCRETE_INSTRUCTION(CheckFunction, "check-function")
1911 DECLARE_CONCRETE_INSTRUCTION(FunctionLiteral, "function-literal")