Searched refs:GetPersistentHandleCount (Results 1 – 3 of 3) sorted by relevance
1343 int global_handle_count = v8::HeapProfiler::GetPersistentHandleCount(); in TEST()1349 v8::HeapProfiler::GetPersistentHandleCount()); in TEST()1353 v8::HeapProfiler::GetPersistentHandleCount()); in TEST()1357 v8::HeapProfiler::GetPersistentHandleCount()); in TEST()1362 v8::HeapProfiler::GetPersistentHandleCount()); in TEST()1365 v8::HeapProfiler::GetPersistentHandleCount()); in TEST()1367 CHECK_EQ(global_handle_count, v8::HeapProfiler::GetPersistentHandleCount()); in TEST()
435 static int GetPersistentHandleCount();
6237 int HeapProfiler::GetPersistentHandleCount() { in GetPersistentHandleCount() function in v8::HeapProfiler