HomeSort by relevance Sort by last modified time
    Searched refs:subject_ptr (Results 1 - 2 of 2) sorted by null

  /external/v8/src/regexp/
regexp-macro-assembler.cc 226 String* subject_ptr = *subject; local
229 int char_length = subject_ptr->length() - start_offset;
234 if (StringShape(subject_ptr).IsCons()) {
235 DCHECK_EQ(0, ConsString::cast(subject_ptr)->second()->length());
236 subject_ptr = ConsString::cast(subject_ptr)->first();
237 } else if (StringShape(subject_ptr).IsSliced()) {
238 SlicedString* slice = SlicedString::cast(subject_ptr);
239 subject_ptr = slice->parent();
243 bool is_one_byte = subject_ptr->IsOneByteRepresentation()
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 10500 pcre_uchar *subject_ptr = (pcre_uchar *)subject; local
    [all...]

Completed in 3310 milliseconds