Home
last modified time | relevance | path

Searched refs:StrLength (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dvector.h179 inline int StrLength(const char* string) { in StrLength() function
191 return Vector<const char>(data, StrLength(data)); in CStrVector()
199 return OneByteVector(data, StrLength(data)); in OneByteVector()
203 return Vector<char>(data, StrLength(data)); in MutableCStrVector()
207 int length = StrLength(data); in MutableCStrVector()
Dallocation.cc36 int length = StrLength(str); in StrDup()
45 int length = StrLength(str); in StrNDup()
Dconversions.cc78 const uint8_t* end = start + StrLength(str); in StringToDouble()
291 int rep_length = StrLength(decimal_rep); in CreateExponentialRepresentation()
403 const int len = StrLength(decimal_rep + decimal_point); in DoubleToPrecisionCString()
Dv8.cc72 FlagList::SetFlagsFromString(filter_flag, StrLength(filter_flag)); in InitializeOncePerProcessImpl()
Dutils.cc25 AddSubstring(s, StrLength(s)); in AddString()
168 int len = StrLength(line_buf); in ReadLine()
Dfactory.h157 DCHECK(N == StrLength(str) + 1);
Dlog.cc112 AppendBytes(bytes, StrLength(bytes)); in AppendBytes()
Dd8.cc1629 if (i::StrLength(i::FLAG_map_counters) != 0) in Initialize()
Dapi.cc6614 return i::StrLength(string); in StringLength()
6619 return i::StrLength(reinterpret_cast<const char*>(string)); in StringLength()
10057 V8::SetFlagsFromString(flags, i::StrLength(flags)); in SetFlagsFromString()
/external/v8/src/profiler/
Dprofile-generator.cc588 const int title_len = StrLength(title); in StopProfiling()
610 return StrLength(title) == 0 in IsLastProfile()
Dheap-snapshot-generator.cc2611 AddSubstring(s, StrLength(s)); in AddString()
/external/v8/src/ast/
Dast-value-factory.h430 reinterpret_cast<const uint8_t*>(string), StrLength(string))); in GetOneByteString()
/external/v8/src/runtime/
Druntime-test.cc594 FlagList::SetFlagsFromString(flags.get(), StrLength(flags.get())); in RUNTIME_FUNCTION()
/external/clang/lib/Sema/
DSemaInit.cpp155 uint64_t StrLength = ConstantArrayTy->getSize().getZExtValue(); in CheckStringInit() local
160 llvm::APInt ConstVal(32, StrLength); in CheckStringInit()
181 StrLength--; in CheckStringInit()
185 if (StrLength > CAT->getSize().getZExtValue()) in CheckStringInit()
191 if (StrLength-1 > CAT->getSize().getZExtValue()) in CheckStringInit()