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

  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) {
65 appendValues(V, Values1);
67 appendValues(V2, Values2);
125 this->appendValues(this->V, this->testArray(42));
134 this->appendValues(this->V, this->testArray(1));
139 this->appendValues(this->V, this->testArray(42));
146 this->appendValues(this->V, this->testArray(42));
156 this->appendValues(Copy2, this->testArray(42));
327 this->appendValues(this->V, this->testArray(1));
332 this->appendValues(this->V, this->testArray(42))
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 66 void appendValues(WriteBarrierBase<Unknown>* barriers, size_t count, MarkSetProperties properties = NoNullValues)

Completed in 54 milliseconds