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

  /external/v8/src/
global-handles.cc 509 List<ObjectGroup*>* object_groups = ObjectGroups(); local
510 for (int i = 0; i< object_groups->length(); i++) {
511 delete object_groups->at(i);
513 object_groups->Clear();
mark-compact.cc 558 List<ObjectGroup*>* object_groups = GlobalHandles::ObjectGroups(); local
560 for (int i = 0; i < object_groups->length(); i++) {
561 ObjectGroup* entry = object_groups->at(i);
585 delete object_groups->at(i);
586 object_groups->at(i) = NULL;
    [all...]

Completed in 42 milliseconds