HomeSort by relevance Sort by last modified time
    Searched full:common_suffix_len (Results 1 - 1 of 1) sorted by null

  /external/v8/src/debug/
liveedit.cc 288 int common_suffix_len; local
298 common_suffix_len = 0;
301 while (common_suffix_len < suffix_limit &&
302 input->Equals(len1 - common_suffix_len - 1,
303 len2 - common_suffix_len - 1)) {
304 common_suffix_len++;
308 if (common_prefix_len > 0 || common_suffix_len > 0) {
309 int new_len1 = len1 - common_suffix_len - common_prefix_len;
310 int new_len2 = len2 - common_suffix_len - common_prefix_len;
    [all...]

Completed in 1173 milliseconds