Home
last modified time | relevance | path

Searched refs:FindSnapshot (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dheap-profiler.h62 static HeapSnapshot* FindSnapshot(unsigned uid);
Dheap-profiler.cc154 HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid) { in FindSnapshot() function in v8::internal::HeapProfiler
Dapi.cc6196 const HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid) { in FindSnapshot() function in v8::HeapProfiler
6200 i::HeapProfiler::FindSnapshot(uid)); in FindSnapshot()
/external/v8/test/cctest/
Dtest-heap-profiler.cc1007 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()
/external/v8/include/
Dv8-profiler.h405 static const HeapSnapshot* FindSnapshot(unsigned uid);