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

/external/v8/src/parsing/
H A Djson-parser.h793 uint32_t hash_field = local
796 static_cast<int>(hash_field >> String::kHashShift));
/external/v8/src/heap/
H A Dheap-inl.h103 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);
102 AllocateInternalizedStringFromUtf8( Vector<const char> str, int chars, uint32_t hash_field) argument
113 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field) argument
122 AllocateOneByteInternalizedString( Vector<const uint8_t> str, uint32_t hash_field) argument
153 AllocateTwoByteInternalizedString(Vector<const uc16> str, uint32_t hash_field) argument
[all...]
H A Dheap.cc3651 uint32_t hash_field) {
3678 answer->set_hash_field(hash_field);
3650 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field) argument
/external/v8/src/
H A Dfactory.cc337 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),
335 NewInternalizedStringFromUtf8(Vector<const char> str, int chars, uint32_t hash_field) argument
346 NewOneByteInternalizedString( Vector<const uint8_t> str, uint32_t hash_field) argument
356 NewOneByteInternalizedSubString( Handle<SeqOneByteString> string, int offset, int length, uint32_t hash_field) argument
367 NewTwoByteInternalizedString( Vector<const uc16> str, uint32_t hash_field) argument
377 NewInternalizedStringImpl( Handle<String> string, int chars, uint32_t hash_field) argument
[all...]

Completed in 257 milliseconds