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

  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 42 static const bool canInitializeWithMemset = false;
54 static const bool canInitializeWithMemset = false;
66 static const bool canInitializeWithMemset = true;
87 static const bool canInitializeWithMemset = FirstTraits::canInitializeWithMemset && SecondTraits::canInitializeWithMemset;
Vector.h 84 template <bool needsInitialization, bool canInitializeWithMemset, typename T>
244 VectorInitializer<VectorTraits<T>::needsInitialization, VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
RegisterID.h 116 static const bool canInitializeWithMemset = true; // Default initialization just sets everything to 0 or false, so this is safe.
  /external/webkit/Source/JavaScriptCore/heap/
Local.h 147 static const bool canInitializeWithMemset = false;
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp     [all...]

Completed in 205 milliseconds