Lines Matching defs:const

20   int inobject_property_count() const { return inobject_property_count_; }
21 int instance_size() const { return instance_size_; }
39 MapRef DependOnInitialMap(const JSFunctionRef& function);
43 ObjectRef DependOnPrototypeProperty(const JSFunctionRef& function);
46 void DependOnStableMap(const MapRef& map);
57 void DependOnConstantInDictionaryPrototypeChain(const MapRef& receiver_map,
58 const NameRef& property_name,
59 const ObjectRef& constant,
64 AllocationType DependOnPretenureMode(const AllocationSiteRef& site);
73 PropertyConstness DependOnFieldConstness(const MapRef& map,
78 void DependOnGlobalProperty(const PropertyCellRef& cell);
82 bool DependOnProtector(const PropertyCellRef& cell);
94 void DependOnElementsKind(const AllocationSiteRef& site);
97 void DependOnObjectSlotValue(const HeapObjectRef& object, int offset,
98 const ObjectRef& value);
100 void DependOnOwnConstantElement(const JSObjectRef& holder, uint32_t index,
101 const ObjectRef& element);
105 void DependOnOwnConstantDataProperty(const JSObjectRef& holder,
106 const MapRef& map,
109 const ObjectRef& value);
113 void DependOnOwnConstantDictionaryProperty(const JSObjectRef& holder,
115 const ObjectRef& value);
120 ZoneVector<MapRef> const& receiver_maps, WhereToStart start,
125 void DependOnElementsKinds(const AllocationSiteRef& site);
127 void DependOnConsistentJSFunctionView(const JSFunctionRef& function);
135 const JSFunctionRef& function);
138 void RecordDependency(CompilationDependency const* dependency);
146 CompilationDependency const* TransitionDependencyOffTheRecord(
147 const MapRef& target_map) const;
151 CompilationDependency const* FieldRepresentationDependencyOffTheRecord(
152 const MapRef& map, InternalIndex descriptor,
153 Representation representation) const;
157 CompilationDependency const* FieldTypeDependencyOffTheRecord(
158 const MapRef& map, InternalIndex descriptor,
159 const ObjectRef& /* Contains a FieldType underneath. */ type) const;
163 const CompilationDependency* dep, const Handle<Map>& receiver_map);
167 size_t operator()(const CompilationDependency* dep) const;
170 bool operator()(const CompilationDependency* lhs,
171 const CompilationDependency* rhs) const;
179 ZoneUnorderedSet<const CompilationDependency*, CompilationDependencyHash,
182 Zone* const zone_;
183 JSHeapBroker* const broker_;