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.h 274 return &object_groups_;
301 // efficient representation (object_groups_ and implicit_ref_groups_).
346 List<ObjectGroup*> object_groups_; member in class:v8::internal::GlobalHandles
global-handles.cc 774 for (int i = 0; i < object_groups_.length(); i++) {
775 ObjectGroup* entry = object_groups_.at(i);
791 object_groups_[last++] = entry;
808 object_groups_.at(i) = NULL;
810 object_groups_.Rewind(last);
    [all...]

Completed in 49 milliseconds