HomeSort by relevance Sort by last modified time
    Searched full:m_full (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 252 : m_full(0)
270 if (m_full & bit)
278 m_full |= bit;
286 BitField allocated = m_full | m_hasSuballocation;
296 m_full |= mask;
317 m_full &= ~bit;
321 ASSERT((m_full & mask) == mask);
323 m_full &= ~mask;
329 return !(m_full | m_hasSuballocation);
334 return !~m_full;
383 BitField m_full; member in class:JSC::AllocationTableDirectory
    [all...]

Completed in 43 milliseconds