Searched refs:maybe_validity_cell (Results 1 – 2 of 2) sorted by relevance
656 Node* maybe_validity_cell = in HandleProtoHandler() local658 CheckPrototypeValidityCell(maybe_validity_cell, miss); in HandleProtoHandler()958 Node* maybe_validity_cell = in HandleStoreICTransitionMapHandlerCase() local960 CheckPrototypeValidityCell(maybe_validity_cell, miss); in HandleStoreICTransitionMapHandlerCase()1222 void AccessorAssembler::CheckPrototypeValidityCell(Node* maybe_validity_cell, in CheckPrototypeValidityCell() argument1225 GotoIf(WordEqual(maybe_validity_cell, SmiConstant(Map::kPrototypeChainValid)), in CheckPrototypeValidityCell()1227 CSA_ASSERT(this, TaggedIsNotSmi(maybe_validity_cell)); in CheckPrototypeValidityCell()1229 Node* cell_value = LoadObjectField(maybe_validity_cell, Cell::kValueOffset); in CheckPrototypeValidityCell()
232 void CheckPrototypeValidityCell(Node* maybe_validity_cell, Label* miss);