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

  /external/v8/src/extensions/
externalize-string-extension.cc 96 if (string->IsAsciiRepresentation() && !force_two_byte) {
130 return Utils::OpenHandle(*args[0].As<v8::String>())->IsAsciiRepresentation() ?
  /external/v8/src/
regexp-macro-assembler.cc 81 if (subject->IsAsciiRepresentation()) {
137 bool is_ascii = subject_ptr->IsAsciiRepresentation();
log-utils.cc 260 Append(str->IsAsciiRepresentation() ? 'a' : '2');
handles.cc 836 if (input->IsAsciiRepresentation()) {
869 if (first->IsAsciiRepresentation()) {
876 } else if (second->IsAsciiRepresentation()) {
    [all...]
objects-inl.h 238 String::cast(this)->IsAsciiRepresentation();
258 String::cast(this)->IsAsciiRepresentation();
301 bool String::IsAsciiRepresentation() {
324 return GetUnderlying()->IsAsciiRepresentation();
    [all...]
heap.cc     [all...]
bootstrapper.cc     [all...]
objects.cc 864 if (IsAsciiRepresentation()) {
924 bool is_ascii = this->IsAsciiRepresentation();
    [all...]
runtime.cc     [all...]
api.cc     [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/mips/
regexp-macro-assembler-mips.cc     [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 223 milliseconds