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 276 return &object_groups_;
303 // efficient representation (object_groups_ and implicit_ref_groups_).
350 List<ObjectGroup*> object_groups_; member in class:v8::internal::GlobalHandles
global-handles.cc 797 for (int i = 0; i < object_groups_.length(); i++) {
798 ObjectGroup* entry = object_groups_.at(i);
814 object_groups_[last++] = entry;
831 object_groups_.at(i) = NULL;
833 object_groups_.Rewind(last);
    [all...]

Completed in 669 milliseconds