Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dinterpreter-irregexp.cc602 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in Match() local
612 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); in Match() local
/external/v8/src/runtime/
Druntime-regexp.cc343 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in FindStringIndicesDispatch() local
359 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); in FindStringIndicesDispatch() local