Searched defs:appendValues (Results 1 - 2 of 2) sorted by relevance

/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { function in class:__anon10063::TinyPtrVectorTest
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(thi
[all...]
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkStack.h66 void appendValues(WriteBarrierBase<Unknown>* barriers, size_t count, MarkSetProperties properties = NoNullValues) function in class:JSC::MarkStack

Completed in 119 milliseconds