Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:SETTER

5118     // Return from an inlined setter call. The returned value is never used, the
6151 case ObjectLiteral::Property::SETTER:
6476 : Handle<AccessorPair>::cast(accessors)->setter();
8737 // Falling off the end of an inlined setter call. The returned value is
8830 bool HOptimizedGraphBuilder::TryInlineSetter(Handle<Object> setter,
8835 if (TryInlineApiSetter(setter, receiver_map, id)) return true;
8836 return setter->IsJSFunction() &&
8837 TryInline(Handle<JSFunction>::cast(setter), 1, implicit_return_value,
13306 // the argument of the setter, see StoreStubCompiler::CompileStoreViaSetter.