/external/v8/test/cctest/ |
test-flags.cc | 78 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str))); 110 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str))); 132 CHECK_EQ(2, FlagList::SetFlagsFromString(str, StrLength(str))); 150 CHECK_EQ(1, FlagList::SetFlagsFromString(str, StrLength(str))); 169 CHECK_EQ(3, FlagList::SetFlagsFromString(str, StrLength(str))); 194 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str))); 206 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str))); 218 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str))); 230 CHECK_EQ(0, FlagList::SetFlagsFromString(str, StrLength(str)));
|
test-liveedit.cc | 48 return StrLength(s1_); 51 return StrLength(s2_); 105 int len1 = StrLength(s1); 106 int len2 = StrLength(s2);
|
test-log-utils.cc | 18 using v8::internal::StrLength; 121 const int seal_size = StrLength(seal);
|
test-utils.cc | 64 int length = StrLength(s); 75 CHECK_EQ(i - 1, StrLength(buffer.start())); 77 CHECK_EQ(length, StrLength(buffer.start()));
|
test-serialize.cc | 221 int file_name_length = StrLength(file_name_) + 10; 379 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10; 406 int file_name_length = StrLength(file_name) + 10; 441 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10; 493 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10; 524 int file_name_length = StrLength(FLAG_testing_serialization_file) + 10;
|
test-parsing.cc | 71 int length = i::StrLength(keyword); 96 int length = i::StrLength(future_keyword); 164 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i])); 206 int source_length = i::StrLength(source); 208 int error_source_length = i::StrLength(error_source);
|
test-log.cc | 24 using v8::internal::StrLength; 60 const int line_1_len = StrLength(line_1); 71 const int line_2_len = StrLength(line_2); 83 const int all_lines_len = StrLength(all_lines); 105 const int all_lines_len = StrLength(all_lines); 494 : utf_source_(StrLength(source)) { [all...] |
test-strings.cc | 312 StrLength(ascii_string))->Utf8Length(); 313 CHECK_EQ(StrLength(ascii_string), len);
|
test-bignum-dtoa.cc | 47 int len = StrLength(representation.start());
|
test-fast-dtoa.cc | 22 int len = StrLength(representation.start());
|
test-debug.cc | 60 using ::v8::internal::StrLength; [all...] |
test-dtoa.cc | 47 int len = StrLength(representation.start());
|
test-cpu-profiler.cc | 101 i::Vector<const char>(aaa_str, i::StrLength(aaa_str)));
|
test-strtod.cc | 16 return Vector<const char>(str, StrLength(str));
|
test-bignum.cc | 42 bignum->AssignHexString(Vector<const char>(str, StrLength(str))); 47 bignum->AssignDecimalString(Vector<const char>(str, StrLength(str))); [all...] |
test-heap-profiler.cc | 376 CHECK_EQ(i::StrLength("(global property);1,B;2,C;2"), 377 i::StrLength(retainers_of_a)); [all...] |
test-heap.cc | 265 CHECK_EQ(StrLength(string), s->length()); 289 CHECK_EQ(StrLength(name), string->length()); [all...] |
/external/v8/src/ |
allocation.cc | 85 int length = StrLength(str); 94 int length = StrLength(str);
|
debug-agent.cc | 113 client->Send(kCreateSessionMessage, StrLength(kCreateSessionMessage)); 192 unibrow::Utf8InputBuffer<> buf(msg, StrLength(msg)); 199 buf.Reset(msg, StrLength(msg)); 230 StrLength(kContentLength);
|
utils.cc | 76 int len = StrLength(line_buf); 229 AddSubstring(s, StrLength(s));
|
utils.h | 194 inline int StrLength(const char* string) { 463 return Vector<const char>(data, StrLength(data)); 467 return Vector<char>(data, StrLength(data)); 471 int length = StrLength(data);
|
log-utils.cc | 260 kDynamicBufferSeal, StrLength(kDynamicBufferSeal));
|
conversions.cc | 722 const char* end = str + StrLength(str); 905 int rep_length = StrLength(decimal_rep); 1018 const int len = StrLength(decimal_rep + decimal_point) [all...] |
log.cc | 1054 const int cons_len = StrLength(constructor); 1055 const int event_len = StrLength(event); [all...] |
d8.cc | 410 if (i::StrLength(i::FLAG_map_counters) != 0)
|