/external/v8/src/heap/ |
heap-inl.h | 103 Vector<const char> str, int chars, uint32_t hash_field) { 106 hash_field); 108 return AllocateInternalizedStringImpl<false>(str, chars, hash_field); 114 uint32_t hash_field) { 116 return AllocateInternalizedStringImpl<true>(t, chars, hash_field); 118 return AllocateInternalizedStringImpl<false>(t, chars, hash_field); 123 Vector<const uint8_t> str, uint32_t hash_field) { 141 answer->set_hash_field(hash_field); 154 uint32_t hash_field) { 171 answer->set_hash_field(hash_field); [all...] |
heap.h | [all...] |
heap.cc | [all...] |
/external/v8/src/ |
factory.h | 161 int chars, uint32_t hash_field); 164 uint32_t hash_field); 168 uint32_t hash_field); 171 uint32_t hash_field); 174 uint32_t hash_field);
|
factory.cc | 337 uint32_t hash_field) { 341 str, chars, hash_field), 348 uint32_t hash_field) { 351 isolate()->heap()->AllocateOneByteInternalizedString(str, hash_field), 358 uint32_t hash_field) { 362 hash_field), 369 uint32_t hash_field) { 372 isolate()->heap()->AllocateTwoByteInternalizedString(str, hash_field), 378 Handle<String> string, int chars, uint32_t hash_field) { 382 *string, chars, hash_field), [all...] |
objects-inl.h | [all...] |
objects.cc | [all...] |
objects.h | [all...] |
/external/v8/src/ic/ |
stub-cache.h | 112 uint32_t field = name->hash_field();
|
/external/v8/src/runtime/ |
runtime-collections.cc | 19 return *isolate->factory()->NewNumberFromUint(string->hash_field());
|
/external/v8/src/parsing/ |
json-parser.h | 793 uint32_t hash_field = local 796 static_cast<int>(hash_field >> String::kHashShift));
|