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

  /external/v8/src/ast/
ast-value-factory.cc 357 Vector<const byte> literal_bytes) {
358 // literal_bytes here points to whatever the user passed, and this is OK
362 AstRawString key(is_one_byte, literal_bytes, hash);
366 int length = literal_bytes.length();
368 memcpy(new_literal_bytes, literal_bytes.start(), length);
ast-value-factory.h 102 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes,
104 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {}
349 Vector<const byte> literal_bytes);
  /external/v8/src/parsing/
preparse-data.h 165 Vector<const byte> literal_bytes; member in struct:v8::internal::CompleteParserRecorder::Key

Completed in 66 milliseconds