Searched refs:native_groups_ (Results 1 – 2 of 2) sorted by relevance
2190 native_groups_(0, SeededStringHasher(isolate_->heap()->HashSeed())), in NativeObjectsExplorer()2206 for (auto map_entry : native_groups_) { in ~NativeObjectsExplorer()2368 auto map_entry = native_groups_.find(label_copy); in FindOrAddGroupInfo()2369 if (map_entry == native_groups_.end()) { in FindOrAddGroupInfo()2370 native_groups_[label_copy] = new NativeGroupRetainedObjectInfo(label); in FindOrAddGroupInfo()2372 return native_groups_[label_copy]; in FindOrAddGroupInfo()2410 for (auto map_entry : native_groups_) { in SetRootNativeRootsReference()
547 native_groups_; variable