TestRetainedObjectInfo 965 test/cctest/test-heap-profiler.cc TestRetainedObjectInfo(int hash, TestRetainedObjectInfo 999 test/cctest/test-heap-profiler.cc return new TestRetainedObjectInfo(1, "aaa-group", "aaa", 100); TestRetainedObjectInfo 1001 test/cctest/test-heap-profiler.cc return new TestRetainedObjectInfo(1, "aaa-group", "aaa", 100); TestRetainedObjectInfo 1007 test/cctest/test-heap-profiler.cc return new TestRetainedObjectInfo(2, "ccc-group", "ccc"); TestRetainedObjectInfo 1014 test/cctest/test-heap-profiler.cc static i::List<TestRetainedObjectInfo*> instances; TestRetainedObjectInfo 1027 test/cctest/test-heap-profiler.cc i::List<TestRetainedObjectInfo*> TestRetainedObjectInfo::instances; TestRetainedObjectInfo 1051 test/cctest/test-heap-profiler.cc 1, TestRetainedObjectInfo::WrapperInfoCallback); TestRetainedObjectInfo 1053 test/cctest/test-heap-profiler.cc 2, TestRetainedObjectInfo::WrapperInfoCallback); TestRetainedObjectInfo 1063 test/cctest/test-heap-profiler.cc CHECK_EQ(0, TestRetainedObjectInfo::instances.length()); TestRetainedObjectInfo 1067 test/cctest/test-heap-profiler.cc CHECK_EQ(3, TestRetainedObjectInfo::instances.length()); TestRetainedObjectInfo 1068 test/cctest/test-heap-profiler.cc for (int i = 0; i < TestRetainedObjectInfo::instances.length(); ++i) { TestRetainedObjectInfo 1069 test/cctest/test-heap-profiler.cc CHECK(TestRetainedObjectInfo::instances[i]->disposed()); TestRetainedObjectInfo 1070 test/cctest/test-heap-profiler.cc delete TestRetainedObjectInfo::instances[i]; TestRetainedObjectInfo 448 test/cctest/test-mark-compact.cc TestRetainedObjectInfo info;