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

/external/v8/src/heap/
H A Dobject-stats.cc294 RecordFixedArrayHelper(nullptr, heap_->weak_new_space_object_to_code_list(),
296 RecordFixedArrayHelper(nullptr, heap_->serialized_templates(),
298 RecordFixedArrayHelper(nullptr, heap_->number_string_cache(),
300 RecordFixedArrayHelper(nullptr, heap_->single_character_string_cache(),
302 RecordFixedArrayHelper(nullptr, heap_->string_split_cache(),
304 RecordFixedArrayHelper(nullptr, heap_->regexp_multiple_cache(),
306 RecordFixedArrayHelper(nullptr, heap_->retained_maps(),
310 RecordFixedArrayHelper(
313 RecordFixedArrayHelper(nullptr, WeakFixedArray::cast(heap_->script_list()),
349 bool ObjectStatsCollector::RecordFixedArrayHelper(HeapObjec function in class:v8::internal::ObjectStatsCollector
[all...]
H A Dobject-stats.h156 bool RecordFixedArrayHelper(HeapObject* parent, FixedArray* array,

Completed in 146 milliseconds