Searched defs:hash_field (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Djson-parser.h762 uint32_t hash_field = local
765 static_cast<int>(hash_field >> String::kHashShift));
H A Dheap-inl.h116 Vector<const char> str, int chars, uint32_t hash_field) {
119 Vector<const uint8_t>::cast(str), hash_field);
121 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
127 T t, int chars, uint32_t hash_field) {
129 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
131 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
136 uint32_t hash_field) {
157 answer->set_hash_field(hash_field);
170 uint32_t hash_field) {
190 answer->set_hash_field(hash_field);
115 AllocateInternalizedStringFromUtf8( Vector<const char> str, int chars, uint32_t hash_field) argument
126 AllocateInternalizedStringImpl( T t, int chars, uint32_t hash_field) argument
135 AllocateOneByteInternalizedString(Vector<const uint8_t> str, uint32_t hash_field) argument
169 AllocateTwoByteInternalizedString(Vector<const uc16> str, uint32_t hash_field) argument
[all...]
H A Dheap.cc5307 T t, int chars, uint32_t hash_field) {
5339 answer->set_hash_field(hash_field);
5306 AllocateInternalizedStringImpl( T t, int chars, uint32_t hash_field) argument
H A Dobjects-inl.h2621 uint32_t Name::hash_field() { function in class:v8::internal::Name
5580 return IsHashFieldComputed(hash_field());
5586 uint32_t field = hash_field();
5693 uint32_t field = hash_field();
/external/v8/src/
H A Dheap-inl.h100 uint32_t hash_field) {
103 return AllocateInternalSymbol(&buffer, chars, hash_field);
108 uint32_t hash_field) {
129 answer->set_hash_field(hash_field);
142 uint32_t hash_field) {
162 answer->set_hash_field(hash_field);
98 AllocateSymbol(Vector<const char> str, int chars, uint32_t hash_field) argument
107 AllocateAsciiSymbol(Vector<const char> str, uint32_t hash_field) argument
141 AllocateTwoByteSymbol(Vector<const uc16> str, uint32_t hash_field) argument
H A Dheap.cc4278 uint32_t hash_field) {
4322 answer->set_hash_field(hash_field);
4276 AllocateInternalSymbol(unibrow::CharacterStream* buffer, int chars, uint32_t hash_field) argument
H A Dobjects-inl.h2196 uint32_t String::hash_field() { function in class:String
4415 return IsHashFieldComputed(hash_field());
4421 uint32_t field = hash_field();
4520 uint32_t field = hash_field();

Completed in 594 milliseconds