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

  /external/v8/src/
regexp-macro-assembler.cc 80 if (subject->IsAsciiRepresentation()) {
123 bool is_ascii = subject->IsAsciiRepresentation();
132 ASSERT(subject_ptr->IsAsciiRepresentation() == is_ascii);
objects-inl.h 179 String::cast(this)->IsAsciiRepresentation();
199 String::cast(this)->IsAsciiRepresentation();
238 bool String::IsAsciiRepresentation() {
242 return ConsString::cast(this)->first()->IsAsciiRepresentation();
    [all...]
log-utils.cc 289 Append(str->IsAsciiRepresentation() ? 'a' : '2');
runtime.cc     [all...]
interpreter-irregexp.cc 627 if (subject->IsAsciiRepresentation()) {
objects.cc 643 if (IsAsciiRepresentation()) {
    [all...]
heap.cc     [all...]
bootstrapper.cc     [all...]
jsregexp.cc 389 bool is_ascii = subject->IsAsciiRepresentation();
429 bool is_ascii = subject->IsAsciiRepresentation();
    [all...]
objects.h     [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc     [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc     [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 607 milliseconds