Lines Matching refs:validity_cell
127 Handle<Object> validity_cell = in LoadFromPrototype() local
134 handler->set_validity_cell(*validity_cell); in LoadFromPrototype()
150 Handle<Object> validity_cell = in LoadFullChain() local
152 if (validity_cell->IsSmi()) { in LoadFullChain()
162 handler->set_validity_cell(*validity_cell); in LoadFullChain()
191 Handle<Object> validity_cell = in StoreElementTransition() local
195 handler->set_validity_cell(*validity_cell); in StoreElementTransition()
222 Handle<Object> validity_cell; in StoreTransition() local
224 validity_cell = in StoreTransition()
234 handler->set_validity_cell(*validity_cell); in StoreTransition()
239 if (!validity_cell.is_null()) { in StoreTransition()
240 transition_map->set_prototype_validity_cell(*validity_cell); in StoreTransition()
261 Handle<Object> validity_cell = in StoreThroughPrototype() local
263 DCHECK_IMPLIES(validity_cell->IsSmi(), checks_count == 0); in StoreThroughPrototype()
270 handler->set_validity_cell(*validity_cell); in StoreThroughPrototype()