Lines Matching refs:Function
496 // An operation needs to override this function iff:
584 // This function must be overridden for instructions with flag kUseGVN, to
1071 HEnterInlined(Handle<JSFunction> closure, FunctionLiteral* function)
1072 : closure_(closure), function_(function) {
1078 FunctionLiteral* function() const { return function_; }
1255 HCallConstantFunction(Handle<JSFunction> function, int argument_count)
1256 : HCall<0>(argument_count), function_(function) { }
1258 Handle<JSFunction> function() const { return function_; }
1395 const Runtime::Function* c_function,
1400 const Runtime::Function* function() const { return c_function_; }
1410 const Runtime::Function* c_function_;
1657 HCheckFunction(HValue* value, Handle<JSFunction> function)
1658 : HUnaryOperation(value), target_(function) {
2044 HApplyArguments(HValue* function,
2049 SetOperandAt(0, function);
2063 HValue* function() { return OperandAt(0); }
2506 Handle<JSFunction> function() { return function_; }
3117 explicit HLoadFunctionPrototype(HValue* function)
3118 : HUnaryOperation(function) {
3124 HValue* function() { return OperandAt(0); }