Home | History | Annotate | Download | only in src

Lines Matching refs:JSFunction

1654   void set_closure(Handle<JSFunction> closure) { closure_ = closure; }
1655 Handle<JSFunction> closure() const { return closure_; }
1687 Handle<JSFunction> closure_;
1713 void set_closure(Handle<JSFunction> closure) {
1718 Handle<JSFunction> closure() const { return closure_; }
1729 Handle<JSFunction> closure_;
1788 Handle<JSFunction> closure,
1805 Handle<JSFunction> closure() const { return closure_; }
1823 HEnterInlined(Handle<JSFunction> closure,
1842 Handle<JSFunction> closure_;
2084 Handle<JSFunction> known_function,
2095 Handle<JSFunction> known_function,
2107 Handle<JSFunction> known_function() { return known_function_; }
2113 Handle<JSFunction> known_function_;
2120 HCallConstantFunction(Handle<JSFunction> function, int argument_count)
2125 Handle<JSFunction> function() const { return function_; }
2142 Handle<JSFunction> function_;
2241 HCallKnownGlobal(Handle<JSFunction> target, int argument_count)
2248 Handle<JSFunction> target() const { return target_; }
2258 Handle<JSFunction> target_;
2611 DECLARE_INSTRUCTION_FACTORY_P2(HCheckFunction, HValue*, Handle<JSFunction>);
2628 Handle<JSFunction> target() const { return target_; }
2640 HCheckFunction(HValue* value, Handle<JSFunction> function)
2648 Handle<JSFunction> target_;
4256 Handle<JSFunction> right)
4266 Handle<JSFunction> function() { return function_; }
4275 Handle<JSFunction> function_;
5528 return HObjectAccess(kInobject, JSFunction::kPrototypeOrInitialMapOffset);