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

  /external/chromium_org/v8/src/
global-handles.cc 573 for (int i = 0; i < object_groups_.length(); i++) {
574 ObjectGroup* entry = object_groups_.at(i);
590 object_groups_[last++] = entry;
607 object_groups_.at(i) = NULL;
609 object_groups_.Rewind(last);
832 object_groups_.Add(group);
863 for (int i = 0; i < object_groups_.length(); i++)
864 delete object_groups_.at(i);
865 object_groups_.Clear();
974 object_groups_.Add(group)
    [all...]
global-handles.h 230 return &object_groups_;
257 // efficient representation (object_groups_ and implicit_ref_groups_).
291 List<ObjectGroup*> object_groups_; member in class:v8::internal::GlobalHandles

Completed in 63 milliseconds