Home
last modified time | relevance | path

Searched defs:lhsCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp234 int32_t lhsCount = static_cast<int32_t>(lhs.GetLength()); in Compare() local
332 int32_t lhsCount = static_cast<int32_t>(lhstring->GetLength()); in IndexOf() local
387 int32_t lhsCount = static_cast<int32_t>(lhstring->GetLength()); in LastIndexOf() local
518 int32_t lhsCount = static_cast<int32_t>(left->GetLength()); in StringsAreEqualDiffUtfEncoding() local
550 int32_t lhsCount = static_cast<int32_t>(left.GetLength()); in StringsAreEqualDiffUtfEncoding() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1578 GateRef lhsCount = lStringInfoGate.GetLength(); in StringIndexOf() local