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

  /external/chromium_org/v8/src/heap/
heap-inl.h 67 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);
    [all...]
heap.h     [all...]
heap.cc     [all...]
  /external/chromium_org/v8/src/ic/
stub-cache.h 112 uint32_t field = name->hash_field();
  /external/chromium_org/v8/src/
factory.h 160 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);
factory.cc 292 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),
    [all...]
json-parser.h 772 uint32_t hash_field = local
775 static_cast<int>(hash_field >> String::kHashShift));
objects-inl.h 3296 uint32_t Name::hash_field() { function in class:v8::internal::Name
    [all...]
objects.h     [all...]
objects.cc     [all...]
runtime.cc     [all...]

Completed in 89 milliseconds