Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp235 int32_t rhsCount = static_cast<int32_t>(rhs.GetLength()); in Compare() local
333 int32_t rhsCount = static_cast<int32_t>(rhstring->GetLength()); in IndexOf() local
388 int32_t rhsCount = static_cast<int32_t>(rhstring->GetLength()); in LastIndexOf() local
519 int32_t rhsCount = static_cast<int32_t>(right->GetLength()); in StringsAreEqualDiffUtfEncoding() local
551 int32_t rhsCount = static_cast<int32_t>(right.GetLength()); in StringsAreEqualDiffUtfEncoding() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1421 GateRef pos, GateRef max, GateRef rhsCount) in StringIndexOf()
1579 GateRef rhsCount = rStringInfoGate.GetLength(); in StringIndexOf() local