Home
last modified time | relevance | path

Searched refs:kHashFieldSlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dname.h70 static const int kHashFieldSlot = HeapObject::kHeaderSize; variable
72 static const int kHashFieldOffset = kHashFieldSlot;
74 static const int kHashFieldOffset = kHashFieldSlot + kInt32Size;
76 static const int kSize = kHashFieldSlot + kPointerSize;
Dname-inl.h56 WRITE_UINT32_FIELD(this, kHashFieldSlot + kInt32Size, 0); in set_hash_field()
58 WRITE_UINT32_FIELD(this, kHashFieldSlot, 0); in set_hash_field()
/external/v8/src/
Dcode-stub-assembler.cc3083 StoreObjectFieldNoWriteBarrier(result, SeqOneByteString::kHashFieldSlot, in AllocateSeqOneByteString()
3121 StoreObjectFieldNoWriteBarrier(result, SeqOneByteString::kHashFieldSlot, in AllocateSeqOneByteString()
3159 StoreObjectFieldNoWriteBarrier(result, SeqTwoByteString::kHashFieldSlot, in AllocateSeqTwoByteString()
3191 StoreObjectFieldNoWriteBarrier(result, SeqTwoByteString::kHashFieldSlot, in AllocateSeqTwoByteString()
3227 StoreObjectFieldNoWriteBarrier(result, SlicedString::kHashFieldSlot, in AllocateSlicedString()
3259 StoreObjectFieldNoWriteBarrier(result, ConsString::kHashFieldSlot, in AllocateConsString()