Home | History | Annotate | Download | only in heap

Lines Matching defs:list_element

592       Object* list_element = allocation_sites_list();
593 while (list_element->IsAllocationSite()) {
594 site = AllocationSite::cast(list_element);
601 list_element = site->weak_next();
627 Object* list_element = allocation_sites_list();
628 while (list_element->IsAllocationSite()) {
629 AllocationSite* site = AllocationSite::cast(list_element);
635 list_element = site->weak_next();