Searched refs:numberOfPersistents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h446 int numberOfPersistents() function in class:blink::PersistentAnchor
448 int numberOfPersistents = 0; local
450 ++numberOfPersistents;
451 return numberOfPersistents;
H A DThreadState.cpp448 int currentCount = anchor->numberOfPersistents();
453 currentCount = anchor->numberOfPersistents();

Completed in 914 milliseconds