Searched defs:WriteTo (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dcollector.h86 void WriteTo(Vector<T> destination) { function in class:v8::internal::Collector
108 WriteTo(new_store);
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp76 unsigned &WriteFrom, unsigned WriteTo,
240 /// \p WriteTo - 1.
242 unsigned &WriteFrom, unsigned WriteTo,
245 if (WriteTo <= WriteFrom)
249 WriteFrom = WriteTo;
257 LocalEOL[0] == (FromFile.getBufferStart() + WriteTo)[-1] &&
258 LocalEOL[1] == (FromFile.getBufferStart() + WriteTo)[0])
259 WriteTo++;
262 WriteTo - WriteFrom);
284 WriteFrom = WriteTo;
241 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef LocalEOL, int &Line, bool EnsureNewline) argument
[all...]
/external/v8/src/wasm/
H A Dencoder.cc255 void WasmModuleBuilder::WriteTo(ZoneBuffer& buffer) const { function in class:v8::internal::wasm::WasmModuleBuilder
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc870 void WriteTo(i::Vector<char> dest) { buffer_.WriteTo(dest); } function in class:__anon18870::TestJSONStream
915 stream.WriteTo(json);

Completed in 389 milliseconds