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

  /external/chromium_org/v8/src/
ast-value-factory.h 101 AstRawString(bool is_one_byte, const Vector<const byte>& literal_bytes,
103 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {}
322 Vector<const byte> literal_bytes);
ast-value-factory.cc 384 uint32_t hash, bool is_one_byte, Vector<const byte> literal_bytes) {
385 // literal_bytes here points to whatever the user passed, and this is OK
389 AstRawString key(is_one_byte, literal_bytes, hash);
393 int length = literal_bytes.length();
395 memcpy(new_literal_bytes, literal_bytes.start(), length);
preparse-data.h 128 Vector<const byte> literal_bytes; member in struct:v8::internal::CompleteParserRecorder::Key

Completed in 44 milliseconds