Searched refs:StrLength (Results 1 - 25 of 33) sorted by relevance

12

/external/v8/test/cctest/
H A Dtest-flags.cc82 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
119 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
144 CHECK_EQ(2, FlagList::SetFlagsFromString(str, StrLength(str)));
163 CHECK_EQ(1, FlagList::SetFlagsFromString(str, StrLength(str)));
182 CHECK_EQ(3, FlagList::SetFlagsFromString(str, StrLength(str)));
207 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
219 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
231 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
243 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
H A Dtest-liveedit.cc46 return StrLength(s1_);
49 return StrLength(s2_);
106 int len1 = StrLength(s1);
107 int len2 = StrLength(s2);
H A Dtest-utils.cc124 int length = StrLength(s);
135 CHECK_EQ(i - 1, StrLength(buffer.start()));
137 CHECK_EQ(length, StrLength(buffer.start()));
H A Dtest-parsing.cc69 int length = i::StrLength(key_token.keyword);
152 i::Utf8ToUtf16CharacterStream stream(source, i::StrLength(tests[i]));
170 i::Utf8ToUtf16CharacterStream stream(source, i::StrLength(fail_tests[i]));
228 int source_length = i::StrLength(source);
490 int first_lbrace = first_function + i::StrLength("function () ");
498 second_function + i::StrLength("function () ");
901 int len = i::StrLength(s);
1060 int kProgramByteSize = i::StrLength(surroundings[j].prefix) +
1061 i::StrLength(surroundings[j].suffix) +
1062 i::StrLength(source_dat
[all...]
H A Dtest-log.cc52 using v8::internal::StrLength;
295 : utf_source_(StrLength(source)) {
H A Dtest-bignum-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-fast-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-dtoa.cc47 int len = StrLength(representation.start());
H A Dtest-compiler.cc412 FlagList::SetFlagsFromString(flag, StrLength(flag));
482 FlagList::SetFlagsFromString(flag, StrLength(flag));
H A Dtest-debug.cc63 using ::v8::internal::StrLength;
772 StrLength(expected_step_sequence));
783 CHECK_EQ(1, StrLength(*function_name));
1990 CHECK_EQ(0, StrLength(last_function_hit));
2031 CHECK_EQ(0, StrLength(last_function_hit));
2044 CHECK_EQ(0, StrLength(last_function_hit));
3514 CHECK_EQ(StrLength(expected_step_sequence),
3522 CHECK_EQ(StrLength(expected_step_sequence),
3530 CHECK_EQ(StrLength(expected_step_sequence),
3567 CHECK_EQ(StrLength(expected_step_sequenc
[all...]
H A Dcctest.h309 int array_length = i::StrLength(source) + 1;
H A Dtest-strtod.cc42 return Vector<const char>(str, StrLength(str));
H A Dtest-bignum.cc42 bignum->AssignHexString(Vector<const char>(str, StrLength(str)));
47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str)));
H A Dtest-strings.cc884 StrLength(one_byte_string))
887 CHECK_EQ(StrLength(one_byte_string), len);
/external/v8/src/
H A Dallocation.cc64 int length = StrLength(str);
73 int length = StrLength(str);
H A Dvector.h175 inline int StrLength(const char* string) {
187 return Vector<const char>(data, StrLength(data));
195 return OneByteVector(data, StrLength(data));
199 return Vector<char>(data, StrLength(data));
203 int length = StrLength(data);
H A Dv8.cc71 FlagList::SetFlagsFromString(filter_flag, StrLength(filter_flag));
H A Dconversions.cc76 const uint8_t* end = start + StrLength(str);
289 int rep_length = StrLength(decimal_rep);
401 const int len = StrLength(decimal_rep + decimal_point);
H A Dutils.cc25 AddSubstring(s, StrLength(s));
169 int len = StrLength(line_buf);
H A Dfactory.h121 DCHECK(N == StrLength(str) + 1);
/external/v8/test/cctest/interpreter/
H A Dgenerate-bytecode-expectations.cc165 int string_size = i::StrLength(string);
166 int suffix_size = i::StrLength(suffix);
/external/v8/src/ast/
H A Dast-value-factory.h307 reinterpret_cast<const uint8_t*>(string), StrLength(string)));
/external/v8/src/profiler/
H A Dprofile-generator.cc508 const int title_len = StrLength(title);
530 return StrLength(title) == 0
/external/v8/src/runtime/
H A Druntime-test.cc382 FlagList::SetFlagsFromString(flags.get(), StrLength(flags.get()));
/external/v8/src/parsing/
H A Dscanner.cc1615 length = StrLength(string);

Completed in 364 milliseconds

12