Searched refs:IsAsciiRepresentation (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/extensions/
H A Dexternalize-string-extension.cc96 if (string->IsAsciiRepresentation() && !force_two_byte) {
130 return Utils::OpenHandle(*args[0].As<v8::String>())->IsAsciiRepresentation() ?
/external/v8/src/
H A Dregexp-macro-assembler.cc81 if (subject->IsAsciiRepresentation()) {
137 bool is_ascii = subject_ptr->IsAsciiRepresentation();
H A Dlog-utils.cc260 Append(str->IsAsciiRepresentation() ? 'a' : '2');
H A Dhandles.cc836 if (input->IsAsciiRepresentation()) {
869 if (first->IsAsciiRepresentation()) {
876 } else if (second->IsAsciiRepresentation()) {
H A Dobjects-inl.h238 String::cast(this)->IsAsciiRepresentation();
258 String::cast(this)->IsAsciiRepresentation();
301 bool String::IsAsciiRepresentation() { function in class:v8::internal::String
324 return GetUnderlying()->IsAsciiRepresentation();
2264 return this->IsAsciiRepresentation()
3726 if (src_str->IsAsciiRepresentation()) {
H A Dheap.cc3021 bool first_is_ascii = first->IsAsciiRepresentation();
3022 bool second_is_ascii = second->IsAsciiRepresentation();
3147 bool is_ascii = buffer->IsAsciiRepresentation();
3156 ASSERT(string_result->IsAsciiRepresentation());
3181 { Map* map = buffer->IsAsciiRepresentation()
H A Dbootstrapper.cc1338 ASSERT(source->IsAsciiRepresentation());
H A Dobjects.cc864 if (IsAsciiRepresentation()) {
924 bool is_ascii = this->IsAsciiRepresentation();
6353 if (input->IsAsciiRepresentation()) {
6370 if (input->IsAsciiRepresentation()) {
6502 if (input->IsAsciiRepresentation()) {
6519 if (input->IsAsciiRepresentation()) {
H A Druntime.cc2407 is_ascii_(subject->IsAsciiRepresentation()) {
2447 if (!string->IsAsciiRepresentation()) {
5959 { MaybeObject* maybe_o = s->IsAsciiRepresentation()
6397 if (s->IsFlat() && s->IsAsciiRepresentation()) {
6933 bool is_ascii = separator->IsAsciiRepresentation();
6950 if (is_ascii && !string->IsAsciiRepresentation()) {
H A Dapi.cc3710 if (string->IsAsciiRepresentation()) {
3807 if (str->IsAsciiRepresentation()) {
H A Dobjects.h6830 inline bool IsAsciiRepresentation();
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc1083 if (subject_tmp->IsAsciiRepresentation() != is_ascii) {
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc1113 if (subject_tmp->IsAsciiRepresentation() != is_ascii) {
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc1084 if (subject_tmp->IsAsciiRepresentation() != is_ascii) {
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc1220 if (subject_tmp->IsAsciiRepresentation() != is_ascii) {
/external/v8/test/cctest/
H A Dtest-api.cc11889 if (string->IsAsciiRepresentation()) {
14819 CHECK(string->IsAsciiRepresentation());
14824 CHECK(string->IsAsciiRepresentation());
14825 CHECK(flat_string->IsAsciiRepresentation());
14844 CHECK(string->IsAsciiRepresentation());

Completed in 411 milliseconds