Home
last modified time | relevance | path

Searched refs:bitfield3 (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp83 int bitfield3 : expl; // expected-error {{explicit conversion}} member
/external/v8/src/ic/
Dkeyed-store-generic.cc768 TNode<Uint32T> bitfield3 = LoadMapBitField3(receiver_map); in EmitGenericPropertyStore() local
770 Branch(IsSetWord32<Map::Bits3::IsDictionaryMapBit>(bitfield3), in EmitGenericPropertyStore()
779 DescriptorLookup(name, descriptors, bitfield3, &descriptor_found, in EmitGenericPropertyStore()
875 TNode<Uint32T> bitfield3 = LoadMapBitField3(receiver_map); in EmitGenericPropertyStore() local
877 Branch(IsSetWord32<Map::Bits3::IsExtensibleBit>(bitfield3), &extensible, in EmitGenericPropertyStore()
897 InvalidateValidityCellIfPrototype(receiver_map, bitfield3); in EmitGenericPropertyStore()
Daccessor-assembler.cc1185 TNode<Uint32T> bitfield3 = LoadMapBitField3(transition_map); in HandleStoreICTransitionMapHandlerCase() local
1186 CSA_ASSERT(this, IsClearWord32<Map::Bits3::IsDictionaryMapBit>(bitfield3)); in HandleStoreICTransitionMapHandlerCase()
1187 GotoIf(IsSetWord32<Map::Bits3::IsDeprecatedBit>(bitfield3), miss); in HandleStoreICTransitionMapHandlerCase()
1191 DecodeWordFromWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3); in HandleStoreICTransitionMapHandlerCase()
2268 TNode<Uint32T> bitfield3; in InvalidateValidityCellIfPrototype() local
2269 if (bitfield3) { in InvalidateValidityCellIfPrototype()
2270 bitfield3 = maybe_bitfield3.value(); in InvalidateValidityCellIfPrototype()
2272 bitfield3 = LoadMapBitField3(map); in InvalidateValidityCellIfPrototype()
2275 Branch(IsSetWord32(bitfield3, Map::Bits3::IsPrototypeMapBit::kMask), in InvalidateValidityCellIfPrototype()
2388 TNode<Uint32T> bitfield3 = LoadMapBitField3(lookup_start_object_map); in GenericPropertyLoad() local
[all …]
Daccessor-assembler.h236 TNode<Map> map, base::Optional<TNode<Uint32T>> bitfield3 = base::nullopt);
/external/clang/test/CodeGenObjC/
Divar-layout-64.m107 unsigned long bitfield3 :32; field
/external/v8/src/compiler/
Deffect-control-linearizer.cc1798 Node* bitfield3 = __ LoadField(AccessBuilder::ForMapBitField3(), value_map); in MigrateInstanceOrDeopt() local
1800 __ Word32And(bitfield3, in MigrateInstanceOrDeopt()
/external/v8/src/codegen/
Dcode-stub-assembler.h3516 TNode<Uint32T> bitfield3, Label* if_found,
Dcode-stub-assembler.cc8377 TNode<Uint32T> bitfield3, in DescriptorLookup() argument
8383 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3); in DescriptorLookup()