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

  /external/v8/src/extensions/
externalize-string-extension.cc 93 if (string->IsOneByteRepresentation() && !force_two_byte) {
137 Utils::OpenHandle(*args[0].As<v8::String>())->IsOneByteRepresentation();
  /external/v8/src/runtime/
runtime-strings.cc 573 DCHECK(!answer->IsOneByteRepresentation());
649 bool is_one_byte = separator->IsOneByteRepresentation();
660 if (is_one_byte && !string->IsOneByteRepresentation()) {
763 if (s->IsFlat() && s->IsOneByteRepresentation()) {
    [all...]
  /external/v8/src/
string-builder.h 199 is_one_byte_(subject->IsOneByteRepresentation()) {
236 if (!string->IsOneByteRepresentation()) {
log-utils.cc 190 Append(str->IsOneByteRepresentation() ? 'a' : '2');
factory.cc 533 bool left_is_one_byte = left->IsOneByteRepresentation();
534 bool right_is_one_byte = right->IsOneByteRepresentation();
623 if (str->IsOneByteRepresentation()) {
649 Handle<Map> map = str->IsOneByteRepresentation()
    [all...]
objects-inl.h 232 String::cast(this)->IsOneByteRepresentation();
249 String::cast(this)->IsOneByteRepresentation();
353 bool String::IsOneByteRepresentation() const {
376 return GetUnderlying()->IsOneByteRepresentation();
400 IsOneByteRepresentation();
    [all...]
bootstrapper.cc     [all...]
objects.cc     [all...]
objects.h     [all...]
api.cc     [all...]
  /external/v8/src/regexp/
regexp-macro-assembler.cc 243 bool is_one_byte = subject_ptr->IsOneByteRepresentation();
  /external/v8/src/heap/
heap-inl.h 102 return str->IsOneByteRepresentation();
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 132 milliseconds