Searched defs:subject_vector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dinterpreter-irregexp.cc588 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); local
589 if (start_position != 0) previous_char = subject_vector[start_position - 1];
592 subject_vector,
598 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); local
599 if (start_position != 0) previous_char = subject_vector[start_position - 1];
602 subject_vector,
H A Druntime.cc3757 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); local
3762 FindOneByteStringIndices(subject_vector, pattern_vector[0], indices,
3766 subject_vector,
3774 subject_vector,
3781 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); local
3786 FindTwoByteStringIndices(subject_vector,
3793 subject_vector,
3802 FindTwoByteStringIndices(subject_vector,
3809 subject_vector,

Completed in 121 milliseconds