Home | History | Annotate | Download | only in src

Lines Matching full:heap_object

1507   for (HeapObject* heap_object = cell_iterator.Next();
1508 heap_object != NULL;
1509 heap_object = cell_iterator.Next()) {
1510 if (heap_object->IsCell()) {
1511 Cell* cell = Cell::cast(heap_object);
1520 for (HeapObject* heap_object = js_global_property_cell_iterator.Next();
1521 heap_object != NULL;
1522 heap_object = js_global_property_cell_iterator.Next()) {
1523 if (heap_object->IsPropertyCell()) {
1524 PropertyCell* cell = PropertyCell::cast(heap_object);