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

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 299 friend class HeapObjectsSet;
305 class HeapObjectsSet {
307 HeapObjectsSet();
318 DISALLOW_COPY_AND_ASSIGN(HeapObjectsSet);
460 HeapObjectsSet objects_tags_;
461 HeapObjectsSet strong_gc_subroot_names_;
462 HeapObjectsSet user_roots_;
463 HeapObjectsSet weak_containers_;
522 HeapObjectsSet in_groups_;
heap-snapshot-generator.cc 731 HeapObjectsSet::HeapObjectsSet()
736 void HeapObjectsSet::Clear() {
741 bool HeapObjectsSet::Contains(Object* obj) {
748 void HeapObjectsSet::Insert(Object* obj) {
755 const char* HeapObjectsSet::GetTag(Object* obj) {
765 void HeapObjectsSet::SetTag(Object* obj, const char* tag) {
    [all...]

Completed in 261 milliseconds