Searched refs:bitfield3 (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 83 int bitfield3 : expl; // expected-error {{explicit conversion}} member
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 768 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()
|
D | accessor-assembler.cc | 1185 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 …]
|
D | accessor-assembler.h | 236 TNode<Map> map, base::Optional<TNode<Uint32T>> bitfield3 = base::nullopt);
|
/external/clang/test/CodeGenObjC/ |
D | ivar-layout-64.m | 107 unsigned long bitfield3 :32; field
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1798 Node* bitfield3 = __ LoadField(AccessBuilder::ForMapBitField3(), value_map); in MigrateInstanceOrDeopt() local 1800 __ Word32And(bitfield3, in MigrateInstanceOrDeopt()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.h | 3516 TNode<Uint32T> bitfield3, Label* if_found,
|
D | code-stub-assembler.cc | 8377 TNode<Uint32T> bitfield3, in DescriptorLookup() argument 8383 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3); in DescriptorLookup()
|