Searched refs:quickGet (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DPackedIntVector.h86 result |= (m_bits.quickGet(index * bitCount + subIndex) ? 1 : 0);
H A DBitVector.h48 // in a manual mode, which is faster (quickSet, quickClear, quickGet, ensureSize).
114 bool quickGet(size_t bit) const function in class:WTF::BitVector
144 return quickGet(bit);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractInterpreterInlines.h1955 if (!capturedVars.quickGet(i))
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.cpp1176 if (remainingClassBits.quickGet(i))

Completed in 97 milliseconds