Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.h121 typedef Vector<Allocation, 2> AllocationList; typedef
156 AllocationList::iterator end = m_pools.end(); in ~ExecutablePool()
157 for (AllocationList::iterator ptr = m_pools.begin(); ptr != end; ++ptr) in ~ExecutablePool()
173 AllocationList m_pools;