HomeSort by relevance Sort by last modified time
    Searched refs:hash_field (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/src/
heap-inl.h 116 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);
    [all...]
json-parser.h 762 uint32_t hash_field = local
765 static_cast<int>(hash_field >> String::kHashShift));
heap.h     [all...]
stub-cache.h 417 uint32_t field = name->hash_field();
    [all...]
objects-inl.h 2621 uint32_t Name::hash_field() { function in class:v8::internal::Name
    [all...]
heap.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
runtime.cc     [all...]
  /external/v8/src/
heap-inl.h 100 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);
heap.h     [all...]
stub-cache.h 329 uint32_t field = name->hash_field();
    [all...]
objects-inl.h 2196 uint32_t String::hash_field() { function in class:String
    [all...]
heap.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
runtime.cc     [all...]

Completed in 614 milliseconds