Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h290 TNode<BoolT> IsPropertyDetailsConst(TNode<Uint32T> details);
H A Daccessor-assembler.cc1289 GotoIf(IsPropertyDetailsConst(details), &if_constant); in HandleStoreICHandlerCase()
1539 TNode<BoolT> AccessorAssembler::IsPropertyDetailsConst(TNode<Uint32T> details) { in IsPropertyDetailsConst() function in v8::internal::AccessorAssembler
1600 GotoIfNot(IsPropertyDetailsConst(details), &store_value); in OverwriteExistingFastDataProperty()
1616 GotoIfNot(IsPropertyDetailsConst(details), &if_mutable); in OverwriteExistingFastDataProperty()
1673 GotoIfNot(IsPropertyDetailsConst(details), &if_mutable); in OverwriteExistingFastDataProperty()
1684 GotoIfNot(IsPropertyDetailsConst(details), &if_mutable); in OverwriteExistingFastDataProperty()
H A Dkeyed-store-generic.cc947 GotoIfNot(IsPropertyDetailsConst(details), &overwrite); in EmitGenericPropertyStore()

Completed in 12 milliseconds