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

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 43 static const bool canMoveWithMemcpy = false;
55 static const bool canMoveWithMemcpy = true;
67 static const bool canMoveWithMemcpy = true;
88 static const bool canMoveWithMemcpy = FirstTraits::canMoveWithMemcpy && SecondTraits::canMoveWithMemcpy;
Vector.h 112 template <bool canMoveWithMemcpy, typename T>
249 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::move(src, srcEnd, dst);
254 VectorMover<VectorTraits<T>::canMoveWithMemcpy, T>::moveOverlapping(src, srcEnd, dst);
    [all...]

Completed in 32 milliseconds