Home | History | Annotate | Download | only in src

Lines Matching refs:char_pos1

360   void WriteChunk(int char_pos1, int char_pos2, int char_len1, int char_len2) {
364 Handle<Object>(Smi::FromInt(char_pos1), isolate));
367 Handle<Object>(Smi::FromInt(char_pos1 + char_len1),
543 int char_pos1 = line_ends1_.GetLineStart(line_pos1);
545 int char_len1 = line_ends1_.GetLineStart(line_pos1 + line_len1) - char_pos1;
552 TokensCompareInput tokens_input(s1_, char_pos1, char_len1,
554 TokensCompareOutput tokens_output(&array_writer_, char_pos1,
559 array_writer_.WriteChunk(char_pos1, char_pos2, char_len1, char_len2);