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 273 return &object_groups_;
300 // efficient representation (object_groups_ and implicit_ref_groups_).
347 List<ObjectGroup*> object_groups_; member in class:v8::internal::GlobalHandles
global-handles.cc 750 for (int i = 0; i < object_groups_.length(); i++) {
751 ObjectGroup* entry = object_groups_.at(i);
767 object_groups_[last++] = entry;
784 object_groups_.at(i) = NULL;
786 object_groups_.Rewind(last);
    [all...]

Completed in 67 milliseconds