Searched refs:hash_field (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/v8/src/ |
D | heap-inl.h | 116 Vector<const char> str, int chars, uint32_t hash_field) { in AllocateInternalizedStringFromUtf8() argument 119 Vector<const uint8_t>::cast(str), hash_field); in AllocateInternalizedStringFromUtf8() 121 return AllocateInternalizedStringImpl<false>(str, chars, hash_field); in AllocateInternalizedStringFromUtf8() 127 T t, int chars, uint32_t hash_field) { in AllocateInternalizedStringImpl() argument 129 return AllocateInternalizedStringImpl<true>(t, chars, hash_field); in AllocateInternalizedStringImpl() 131 return AllocateInternalizedStringImpl<false>(t, chars, hash_field); in AllocateInternalizedStringImpl() 136 uint32_t hash_field) { in AllocateOneByteInternalizedString() argument 156 answer->set_hash_field(hash_field); in AllocateOneByteInternalizedString() 169 uint32_t hash_field) { in AllocateTwoByteInternalizedString() argument 188 answer->set_hash_field(hash_field); in AllocateTwoByteInternalizedString()
|
D | json-parser.h | 762 uint32_t hash_field = in ScanJsonString() local 765 static_cast<int>(hash_field >> String::kHashShift)); in ScanJsonString()
|
D | heap.h | 816 uint32_t hash_field); 820 uint32_t hash_field); 824 uint32_t hash_field); 831 T t, int chars, uint32_t hash_field); 835 T t, int chars, uint32_t hash_field);
|
D | stub-cache.h | 287 uint32_t field = name->hash_field(); in PrimaryOffset()
|
D | objects-inl.h | 2729 uint32_t Name::hash_field() { in SMI_ACCESSORS() 5758 return IsHashFieldComputed(hash_field()); in HasHashCode() 5764 uint32_t field = hash_field(); in Hash() 5871 uint32_t field = hash_field(); in AsArrayIndex()
|
D | heap.cc | 5162 T t, int chars, uint32_t hash_field) { in AllocateInternalizedStringImpl() argument 5193 answer->set_hash_field(hash_field); in AllocateInternalizedStringImpl()
|
D | objects.h | 8420 inline uint32_t hash_field();
|
D | objects.cc | 9137 uint32_t field = hash_field(); in SlowAsArrayIndex() 14068 string_, string_->length(), string_->hash_field()); in AsObject()
|
D | runtime.cc | 6136 ASSERT_EQ(static_cast<int>(subject->hash_field()), in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | heap-inl.h | 100 uint32_t hash_field) { in AllocateSymbol() argument 103 return AllocateInternalSymbol(&buffer, chars, hash_field); in AllocateSymbol() 108 uint32_t hash_field) { in AllocateAsciiSymbol() argument 129 answer->set_hash_field(hash_field); in AllocateAsciiSymbol() 142 uint32_t hash_field) { in AllocateTwoByteSymbol() argument 162 answer->set_hash_field(hash_field); in AllocateTwoByteSymbol()
|
D | heap.h | 688 uint32_t hash_field); 692 uint32_t hash_field); 696 uint32_t hash_field); 699 unibrow::CharacterStream* buffer, int chars, uint32_t hash_field);
|
D | stub-cache.h | 329 uint32_t field = name->hash_field(); in PrimaryOffset()
|
D | objects-inl.h | 2196 uint32_t String::hash_field() { in SMI_ACCESSORS() 4415 return IsHashFieldComputed(hash_field()); in HasHashCode() 4421 uint32_t field = hash_field(); in Hash() 4520 uint32_t field = hash_field(); in AsArrayIndex()
|
D | heap.cc | 4278 uint32_t hash_field) { in AllocateInternalSymbol() argument 4322 answer->set_hash_field(hash_field); in AllocateInternalSymbol()
|
D | objects.h | 6823 inline uint32_t hash_field();
|
D | objects.cc | 7081 uint32_t field = hash_field(); in SlowAsArrayIndex() 10849 string_->hash_field()); in AsObject()
|
D | runtime.cc | 5299 ASSERT_EQ(static_cast<int>(subject->hash_field()), in RUNTIME_FUNCTION()
|