Searched refs:hash_field (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dheap-inl.h67 Vector<const char> str, int chars, uint32_t hash_field) {
70 hash_field);
72 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
78 uint32_t hash_field) {
80 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
82 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
87 Vector<const uint8_t> str, uint32_t hash_field) {
106 answer->set_hash_field(hash_field);
119 uint32_t hash_field) {
137 answer->set_hash_field(hash_field);
66 AllocateInternalizedStringFromUtf8( Vector<const char> str, int chars, uint32_t hash_field) argument
77 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field) argument
86 AllocateOneByteInternalizedString( Vector<const uint8_t> str, uint32_t hash_field) argument
118 AllocateTwoByteInternalizedString(Vector<const uc16> str, uint32_t hash_field) argument
[all...]
H A Dheap.h1713 Vector<const char> str, int chars, uint32_t hash_field);
1716 Vector<const uint8_t> str, uint32_t hash_field);
1719 Vector<const uc16> str, uint32_t hash_field);
1723 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field);
1727 T t, int chars, uint32_t hash_field);
H A Dheap.cc3814 uint32_t hash_field) {
3842 answer->set_hash_field(hash_field);
3813 AllocateInternalizedStringImpl(T t, int chars, uint32_t hash_field) argument
/external/chromium_org/v8/src/ic/
H A Dstub-cache.h112 uint32_t field = name->hash_field();
/external/chromium_org/v8/src/
H A Dfactory.h160 uint32_t hash_field);
163 Vector<const uint8_t> str, uint32_t hash_field);
167 uint32_t hash_field);
171 uint32_t hash_field);
174 Handle<String> string, int chars, uint32_t hash_field);
H A Dfactory.cc292 uint32_t hash_field) {
296 str, chars, hash_field),
303 uint32_t hash_field) {
306 isolate()->heap()->AllocateOneByteInternalizedString(str, hash_field),
313 uint32_t hash_field) {
317 hash_field),
324 uint32_t hash_field) {
327 isolate()->heap()->AllocateTwoByteInternalizedString(str, hash_field),
333 Handle<String> string, int chars, uint32_t hash_field) {
337 *string, chars, hash_field),
290 NewInternalizedStringFromUtf8(Vector<const char> str, int chars, uint32_t hash_field) argument
301 NewOneByteInternalizedString( Vector<const uint8_t> str, uint32_t hash_field) argument
311 NewOneByteInternalizedSubString( Handle<SeqOneByteString> string, int offset, int length, uint32_t hash_field) argument
322 NewTwoByteInternalizedString( Vector<const uc16> str, uint32_t hash_field) argument
332 NewInternalizedStringImpl( Handle<String> string, int chars, uint32_t hash_field) argument
[all...]
H A Djson-parser.h772 uint32_t hash_field = local
775 static_cast<int>(hash_field >> String::kHashShift));
H A Dobjects-inl.h3296 uint32_t Name::hash_field() { function in class:v8::internal::Name
6461 return IsHashFieldComputed(hash_field());
6467 uint32_t field = hash_field();
6607 uint32_t field = hash_field();
H A Dobjects.h8460 inline uint32_t hash_field();
H A Dobjects.cc8861 uint32_t field = hash_field();
13704 string_, string_->length(), string_->hash_field());
H A Druntime.cc6278 DCHECK_EQ(static_cast<int>(subject->hash_field()),

Completed in 324 milliseconds