Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-parsing.cc556 void TestCharacterStream(const char* one_byte_source, unsigned length, in TestCharacterStream() argument
565 uc16_buffer[i] = static_cast<i::uc16>(one_byte_source[i]); in TestCharacterStream()
567 i::Vector<const char> one_byte_vector(one_byte_source, in TestCharacterStream()
580 reinterpret_cast<const i::byte*>(one_byte_source), end); in TestCharacterStream()
589 int32_t c0 = one_byte_source[i]; in TestCharacterStream()
603 int32_t c0 = one_byte_source[i - 1]; in TestCharacterStream()
646 int32_t c0 = one_byte_source[i]; in TestCharacterStream()