Searched refs:RecordHashTableHelper (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dobject-stats.cc283 parent_->RecordHashTableHelper(nullptr, CompilationCacheTable::cast(obj),
317 RecordHashTableHelper(nullptr, heap_->string_table(), STRING_TABLE_SUB_TYPE);
318 RecordHashTableHelper(nullptr, heap_->weak_object_to_code_table(),
320 RecordHashTableHelper(nullptr, heap_->code_stubs(),
322 RecordHashTableHelper(nullptr, heap_->empty_properties_dictionary(),
375 void ObjectStatsCollector::RecordHashTableHelper(HeapObject* parent, function in class:v8::internal::ObjectStatsCollector
392 RecordHashTableHelper(object, dict, DICTIONARY_ELEMENTS_SUB_TYPE);
411 RecordHashTableHelper(object, dict, DICTIONARY_PROPERTIES_SUB_TYPE);
466 RecordHashTableHelper(map_obj, CodeCacheHashTable::cast(code_cache),
575 RecordHashTableHelper(arra
[all...]
H A Dobject-stats.h161 void RecordHashTableHelper(HeapObject* parent, HashTable* array, int subtype);

Completed in 93 milliseconds