Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h192 Handle<String> sample_subject, bool is_one_byte);
195 Handle<String> sample_subject,
1530 Handle<String> sample_subject,
Djsregexp.cc300 Handle<String> sample_subject, in EnsureCompiledIrregexp() argument
308 return CompileIrregexp(isolate, re, sample_subject, is_one_byte); in EnsureCompiledIrregexp()
312 Handle<String> sample_subject, in CompileIrregexp() argument
341 sample_subject, is_one_byte); in CompileIrregexp()
6633 Handle<String> sample_subject, bool is_one_byte) { in Compile() argument
6648 sample_subject = String::Flatten(isolate, sample_subject); in Compile()
6650 int half_way = (sample_subject->length() - kSampleSize) / 2; in Compile()
6652 i < sample_subject->length() && chars_sampled < kSampleSize; in Compile()
6654 compiler.frequency_collator()->CountCharacter(sample_subject->Get(i)); in Compile()