Lines Matching defs:holder
315 Handle<JSObject> holder = GetHolderIfValid().ToHandleChecked();
318 while (map->prototype() != *holder) {
330 // If the dependency is still valid, returns holder of the constant. Otherwise
334 // (and store the holder), or merge IsValid and Install.
339 Handle<Object> holder;
382 // We only care about JSObjects because that's the only type of holder
383 // (and types of prototypes on the chain to the holder) that
432 const JSObjectRef& holder,
438 holder_(holder),
502 const JSObjectRef& holder,
507 holder_(holder),
508 map_(holder.map()),
939 // Only valid if the holder can use direct reads, since validation uses
943 OwnConstantElementDependency(const JSObjectRef& holder, uint32_t index,
946 holder_(holder),
952 JSObject holder = *holder_.object();
954 holder_.GetOwnConstantElementFromHeap(holder.elements(),
955 holder.GetElementsKind(), index_);
1157 const JSObjectRef& holder, uint32_t index, const ObjectRef& element) {
1159 zone_->New<OwnConstantElementDependency>(holder, index, element));
1163 const JSObjectRef& holder, const MapRef& map, Representation representation,
1166 broker_, holder, map, representation, index, value));
1170 const JSObjectRef& holder, InternalIndex index, const ObjectRef& value) {
1172 broker_, holder, index, value));