Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dfactory.cc1083 bool is_one_byte_data_in_two_byte_string = false; in NewConsString() local
1088 is_one_byte_data_in_two_byte_string = in NewConsString()
1090 if (is_one_byte_data_in_two_byte_string) { in NewConsString()
1122 return (is_one_byte_data_in_two_byte_string) in NewConsString()
1130 bool one_byte = (is_one_byte || is_one_byte_data_in_two_byte_string); in NewConsString()