Home
last modified time | relevance | path

Searched defs:OffHeapInt (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp393 class OffHeapInt : public RefCounted<OffHeapInt> { class
415 OffHeapInt(int x) : m_x(x) { } in OffHeapInt() function in WebCore::OffHeapInt