Home
last modified time | relevance | path

Searched refs:literal_bytes (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dpreparse-data.h206 Vector<const byte> literal_bytes; member
230 int length = string1->literal_bytes.length(); in vector_compare()
231 if (string2->literal_bytes.length() != length) return false; in vector_compare()
232 return memcmp(string1->literal_bytes.start(), in vector_compare()
233 string2->literal_bytes.start(), length) == 0; in vector_compare()
Dpreparse-data.cc126 Vector<const byte> literal_bytes) { in LogSymbol() argument
127 Key key = { is_ascii, literal_bytes }; in LogSymbol()
132 key.literal_bytes = in LogSymbol()
133 Vector<const byte>::cast(literal_chars_.AddBlock(literal_bytes)); in LogSymbol()