Home
last modified time | relevance | path

Searched refs:bitfield2 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp82 int bitfield2 : incomplete; // expected-error {{incomplete}} member
/external/clang/test/SemaObjC/
Dencode-typeof-test.m38 unsigned short bitfield2:11; field
/external/clang/test/CodeGenObjC/
Divar-layout-64.m106 unsigned long bitfield2 :1; field
/external/v8/src/ic/
Dkeyed-store-generic.cc814 Node* bitfield2 = LoadMapBitField2(receiver_map); in EmitGenericPropertyStore() local
816 Branch(IsSetWord32<Map::IsExtensibleBit>(bitfield2), &extensible, slow); in EmitGenericPropertyStore()
823 InvalidateValidityCellIfPrototype(receiver_map, bitfield2); in EmitGenericPropertyStore()
Daccessor-assembler.h118 void InvalidateValidityCellIfPrototype(Node* map, Node* bitfield2 = nullptr);
Daccessor-assembler.cc2006 Node* bitfield2) { in InvalidateValidityCellIfPrototype() argument
2008 if (bitfield2 == nullptr) { in InvalidateValidityCellIfPrototype()
2009 bitfield2 = LoadMapBitField2(map); in InvalidateValidityCellIfPrototype()
2012 Branch(IsSetWord32(bitfield2, Map::IsPrototypeMapBit::kMask), &is_prototype, in InvalidateValidityCellIfPrototype()
/external/v8/tools/
Dgrokdump.py1250 bitfield2 = self.ReadByte(self.BitField2Offset())
1253 instance_type, bitfield, bitfield2, unused))
1255 p.Print(" - kind: %s" % (self.Decode(3, 5, bitfield2)))