Home
last modified time | relevance | path

Searched refs:if_mutable (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc1615 Label if_mutable(this); in OverwriteExistingFastDataProperty()
1616 GotoIfNot(IsPropertyDetailsConst(details), &if_mutable); in OverwriteExistingFastDataProperty() local
1620 BIND(&if_mutable); in OverwriteExistingFastDataProperty()
1672 Label if_mutable(this); in OverwriteExistingFastDataProperty()
1673 GotoIfNot(IsPropertyDetailsConst(details), &if_mutable); in OverwriteExistingFastDataProperty() local
1677 BIND(&if_mutable); in OverwriteExistingFastDataProperty()
1683 Label if_mutable(this); in OverwriteExistingFastDataProperty()
1684 GotoIfNot(IsPropertyDetailsConst(details), &if_mutable); in OverwriteExistingFastDataProperty() local
1690 BIND(&if_mutable); in OverwriteExistingFastDataProperty()

Completed in 9 milliseconds