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

  /external/v8/src/
preparse-data.h 188 Vector<const byte> literal_bytes; member in struct:v8::internal::CompleteParserRecorder::Key
212 int length = string1->literal_bytes.length();
213 if (string2->literal_bytes.length() != length) return false;
214 return memcmp(string1->literal_bytes.start(),
215 string2->literal_bytes.start(), length) == 0;
preparse-data.cc 124 Vector<const byte> literal_bytes) {
125 Key key = { is_ascii, literal_bytes };
130 key.literal_bytes =
131 Vector<const byte>::cast(literal_chars_.AddBlock(literal_bytes));

Completed in 25 milliseconds