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

  /external/v8/src/extensions/
externalize-string-extension.cc 94 if (string->IsOneByteRepresentation() && !force_two_byte) {
138 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation();
  /external/v8/src/
string-builder.h 198 is_one_byte_(subject->IsOneByteRepresentation()) {
235 if (!string->IsOneByteRepresentation()) {
log-utils.cc 189 Append(str->IsOneByteRepresentation() ? 'a' : '2');
factory.cc 665 bool left_is_one_byte = left->IsOneByteRepresentation();
666 bool right_is_one_byte = right->IsOneByteRepresentation();
768 if (str->IsOneByteRepresentation()) {
798 Handle<Map> map = str->IsOneByteRepresentation()
    [all...]
objects-inl.h 295 String::cast(this)->IsOneByteRepresentation();
312 String::cast(this)->IsOneByteRepresentation();
789 bool String::IsOneByteRepresentation() const {
810 return GetUnderlying()->IsOneByteRepresentation();
832 IsOneByteRepresentation();
    [all...]
objects.cc     [all...]
bootstrapper.cc     [all...]
objects.h     [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-strings.cc 410 DCHECK(!answer->IsOneByteRepresentation());
486 bool is_one_byte = separator->IsOneByteRepresentation();
497 if (is_one_byte && !string->IsOneByteRepresentation()) {
600 if (s->IsFlat() && s->IsOneByteRepresentation()) {
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 176 int byte_len = length * (source->IsOneByteRepresentation() ? 1 : 2);
193 if (source->IsOneByteRepresentation()) {
  /external/v8/src/regexp/
regexp-macro-assembler.cc 250 bool is_one_byte = subject_ptr->IsOneByteRepresentation();
  /external/v8/src/heap/
heap-inl.h 201 return str->IsOneByteRepresentation();
  /external/v8/src/builtins/
builtins-string.cc     [all...]

Completed in 257 milliseconds