Home
last modified time | relevance | path

Searched refs:source_vector (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/snapshot/
Dnatives-external.cc102 Vector<const char> source_vector(reinterpret_cast<const char*>(source), in ReadNameAndContentPair()
105 native_source_.Add(source_vector); in ReadNameAndContentPair()
Dserialize.h432 Object** CopyInNativesSource(Vector<const char> source_vector,
Dserialize.cc878 Object** Deserializer::CopyInNativesSource(Vector<const char> source_vector, in CopyInNativesSource() argument
882 source_vector.start(), source_vector.length()); in CopyInNativesSource()