HomeSort by relevance Sort by last modified time
    Searched refs:TypeCountSet (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 50 typedef HashCountedSet<const char*> TypeCountSet;
92 PassOwnPtr<TypeCountSet> protectedObjectTypeCounts();
93 PassOwnPtr<TypeCountSet> objectTypeCounts();
Heap.cpp 311 PassOwnPtr<TypeCountSet> take();
315 OwnPtr<TypeCountSet> m_typeCountSet;
319 : m_typeCountSet(new TypeCountSet)
345 inline PassOwnPtr<TypeCountSet> TypeCounter::take()
350 PassOwnPtr<TypeCountSet> Heap::protectedObjectTypeCounts()
372 PassOwnPtr<TypeCountSet> Heap::objectTypeCounts()
  /external/webkit/Source/WebKit/win/
WebCoreStatistics.cpp 143 OwnPtr<TypeCountSet> jsObjectTypeNames(JSDOMWindow::commonJSGlobalData()->heap.protectedObjectTypeCounts());
144 typedef TypeCountSet::const_iterator Iterator;
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 89 OwnPtr<TypeCountSet> counts(JSDOMWindow::commonJSGlobalData()->heap.protectedObjectTypeCounts());
104 OwnPtr<TypeCountSet> counts(JSDOMWindow::commonJSGlobalData()->heap.objectTypeCounts());

Completed in 926 milliseconds