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

  /external/v8/src/
profile-generator.h 512 // ... } retainers_count
541 int retainers_count);
591 int retainers_count);
652 int entries_count, int children_count, int retainers_count);
658 int retainers_count);
660 HeapEntry* AddGcRootsEntry(int children_count, int retainers_count);
663 int retainers_count);
664 HeapEntry* AddNativesRootEntry(int children_count, int retainers_count);
798 HeapThing ptr, int children_count, int retainers_count) = 0;
828 retainers_count(0)
833 int retainers_count; member in struct:v8::internal::HeapEntriesMap::EntryInfo
    [all...]
profile-generator.cc 971 int retainers_count) {
979 retainers_count_ = retainers_count;
    [all...]

Completed in 171 milliseconds