Searched refs:bitfield2 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CXX/expr/expr.const/ |
D | p5-0x.cpp | 82 int bitfield2 : incomplete; // expected-error {{incomplete}} member
|
/external/clang/test/SemaObjC/ |
D | encode-typeof-test.m | 38 unsigned short bitfield2:11; field
|
/external/clang/test/CodeGenObjC/ |
D | ivar-layout-64.m | 106 unsigned long bitfield2 :1; field
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 814 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()
|
D | accessor-assembler.h | 118 void InvalidateValidityCellIfPrototype(Node* map, Node* bitfield2 = nullptr);
|
D | accessor-assembler.cc | 2006 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/ |
D | grokdump.py | 1250 bitfield2 = self.ReadByte(self.BitField2Offset()) 1253 instance_type, bitfield, bitfield2, unused)) 1255 p.Print(" - kind: %s" % (self.Decode(3, 5, bitfield2)))
|