Searched refs:FindSnapshot (Results 1 – 5 of 5) sorted by relevance
62 static HeapSnapshot* FindSnapshot(unsigned uid);
154 HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid) { in FindSnapshot() function in v8::internal::HeapProfiler
6196 const HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid) { in FindSnapshot() function in v8::HeapProfiler6200 i::HeapProfiler::FindSnapshot(uid)); in FindSnapshot()
1007 CHECK_EQ(s1, v8::HeapProfiler::FindSnapshot(uid1)); in TEST()1010 CHECK_EQ(NULL, v8::HeapProfiler::FindSnapshot(uid1)); in TEST()1018 CHECK_EQ(s2, v8::HeapProfiler::FindSnapshot(uid2)); in TEST()1025 CHECK_EQ(s3, v8::HeapProfiler::FindSnapshot(uid3)); in TEST()1028 CHECK_EQ(NULL, v8::HeapProfiler::FindSnapshot(uid2)); in TEST()1029 CHECK_EQ(s3, v8::HeapProfiler::FindSnapshot(uid3)); in TEST()1032 CHECK_EQ(NULL, v8::HeapProfiler::FindSnapshot(uid3)); in TEST()
405 static const HeapSnapshot* FindSnapshot(unsigned uid);