Home
last modified time | relevance | path

Searched refs:maybe_validity_cell (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Daccessor-assembler.cc656 Node* maybe_validity_cell = in HandleProtoHandler() local
658 CheckPrototypeValidityCell(maybe_validity_cell, miss); in HandleProtoHandler()
958 Node* maybe_validity_cell = in HandleStoreICTransitionMapHandlerCase() local
960 CheckPrototypeValidityCell(maybe_validity_cell, miss); in HandleStoreICTransitionMapHandlerCase()
1222 void AccessorAssembler::CheckPrototypeValidityCell(Node* maybe_validity_cell, in CheckPrototypeValidityCell() argument
1225 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()
Daccessor-assembler.h232 void CheckPrototypeValidityCell(Node* maybe_validity_cell, Label* miss);