Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc829 TNode<Uint32T> bitfield3 = LoadMapBitField3(receiver_map); in EmitGenericPropertyStore() local
831 Branch(IsSetWord32<Map::Bits3::IsDictionaryMapBit>(bitfield3), in EmitGenericPropertyStore()
840 DescriptorLookup(name, descriptors, bitfield3, in EmitGenericPropertyStore()
979 Branch(IsSetWord32<Map::Bits3::IsExtensibleBit>(bitfield3), &extensible, in EmitGenericPropertyStore()
999 InvalidateValidityCellIfPrototype(receiver_map, bitfield3); in EmitGenericPropertyStore()
H A Daccessor-assembler.cc1433 TNode<Uint32T> bitfield3 = LoadMapBitField3(transition_map); in HandleStoreICTransitionMapHandlerCase() local
1434 CSA_DCHECK(this, IsClearWord32<Map::Bits3::IsDictionaryMapBit>(bitfield3)); in HandleStoreICTransitionMapHandlerCase()
1435 GotoIf(IsSetWord32<Map::Bits3::IsDeprecatedBit>(bitfield3), miss); in HandleStoreICTransitionMapHandlerCase()
1439 DecodeWordFromWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3); in HandleStoreICTransitionMapHandlerCase()
2586 TNode<Uint32T> bitfield3; in InvalidateValidityCellIfPrototype() local
2587 if (bitfield3) { in InvalidateValidityCellIfPrototype()
2588 bitfield3 = maybe_bitfield3.value(); in InvalidateValidityCellIfPrototype()
2590 bitfield3 = LoadMapBitField3(map); in InvalidateValidityCellIfPrototype()
2593 Branch(IsSetWord32(bitfield3, Map::Bits3::IsPrototypeMapBit::kMask), in InvalidateValidityCellIfPrototype()
2706 TNode<Uint32T> bitfield3 in GenericPropertyLoad() local
[all...]
H A Daccessor-assembler.h273 TNode<Map> map, base::Optional<TNode<Uint32T>> bitfield3 = base::nullopt);
/third_party/node/deps/v8/tools/
H A Dgrokdump.py1301 bitfield3 = self.ReadSlot(self.BitField3Offset())
1305 self.Decode(0, 10, bitfield3),
1306 self.Decode(10, 10, bitfield3),
1307 self.Decode(21, 1, bitfield3)))
1308 p.Print(" - DictionaryMap: %s" % (self.Decode(20, 1, bitfield3)))
1309 p.Print(" - Deprecated: %s" % (self.Decode(23, 1, bitfield3)))
1310 p.Print(" - IsUnstable: %s" % (self.Decode(24, 1, bitfield3)))
1311 p.Print(" - NewTargetIsBase: %s" % (self.Decode(27, 1, bitfield3)))
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc1820 Node* bitfield3 = __ LoadField(AccessBuilder::ForMapBitField3(), value_map); in MigrateInstanceOrDeopt() local
1822 __ Word32And(bitfield3, in MigrateInstanceOrDeopt()
1916 Node* bitfield3 = __ LoadField(AccessBuilder::ForMapBitField3(), value_map); in TryMigrateInstance() local
1918 __ Word32And(bitfield3, in TryMigrateInstance()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1424 // Checks that |map| has only simple properties, returns bitfield3.
3927 TNode<Uint32T> bitfield3, Label* if_found,
H A Dcode-stub-assembler.cc9356 TNode<Uint32T> bitfield3,
9362 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3);

Completed in 45 milliseconds