Home
last modified time | relevance | path

Searched defs:thisLen (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp232 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisFlat).GetLength()); in CharAt() local
271 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisFlat).GetLength()); in CharCodeAt() local
311 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisFlat).GetLength()); in CodePointAt() local
374 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in EndsWith() local
420 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Includes() local
450 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in IndexOf() local
488 int32_t thisLen = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in LastIndexOf() local
971 uint32_t thisLen = EcmaStringAccessor(thisHandle).GetLength(); in Repeat() local
1139 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in Replace() local
1275 auto thisLen = EcmaStringAccessor(thisString).GetLength(); in ReplaceAll() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp53 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in UnshiftOptimised() local
655 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in CopyWithinOptimised() local
1043 GateRef thisLen = GetArrayLength(thisValue); in ToSplicedOptimised() local
1747 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in PopOptimised() local
2058 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in ShiftOptimised() local
2141 …tinsArrayStubBuilder::CalEleKindForNewArrayNoHole(GateRef glue, GateRef thisValue, GateRef thisLen, in CalEleKindForNewArrayNoHole()
2218 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in WithOptimised() local
2361 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in ConcatOptimised() local
2423 GateRef thisLen, GateRef argLen, GateRef sumArrayLen) in DoConcat()
2741 void BuiltinsArrayStubBuilder::ReverseOptimised(GateRef glue, GateRef thisValue, GateRef thisLen, in ReverseOptimised()
[all …]
Dbuiltins_string_stub_builder.cpp132 GateRef thisLen = GetLengthFromString(thisValue); in CharAt() local
298 GateRef thisLen = GetLengthFromString(thisValue); in CheckParamsAndGetPosition() local
364 GateRef thisLen = GetLengthFromString(thisValue); in IndexOf() local
468 GateRef thisLen = GetLengthFromString(thisValue); in Substring() local
600 GateRef thisLen = GetLengthFromString(thisValue); in SubStr() local
889 GateRef thisLen = thisStringInfoGate.GetLength(); in Replace() local
997 GateRef thisLen = GetLengthFromString(thisValue); in Slice() local
1333 GateRef thisLen = stringInfoGate.GetLength(); in FastSubString() local
3100 GateRef thisLen = GetLengthFromString(thisValue); in StartsWith() local
3219 GateRef thisLen = GetLengthFromString(thisValue); in EndsWith() local
[all …]
Dbuiltins_typedarray_stub_builder.cpp781 GateRef thisLen = GetArrayLength(thisValue); in Includes() local
885 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in CopyWithin() local
1011 GateRef thisLen = GetArrayLength(thisValue); in ReduceRight() local
1116 GateRef thisLen = GetArrayLength(thisValue); in Reduce() local
1423 GateRef thisLen = GetArrayLength(thisValue); in Filter() local
1554 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in Slice() local
1712 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in With() local
2474 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in ToSorted() local
2642 GateRef thisLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in Map() local
Dbuiltins_array_stub_builder.cpp2045 GateRef thisLen = GetArrayLength(thisValue); in Reverse() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1409 int64_t thisLen = base::ArrayHelper::GetArrayLength(thread, thisObjVal); in Concat() local
1504 uint32_t thisLen = receiver->GetArrayLength(); in At() local
1529 uint32_t thisLen = receiver->GetArrayLength(); in At() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp450 uint32_t thisLen = stack_.size(); in PushValue() local
Djson_stringifier_optimized.cpp447 uint32_t thisLen = stack_.size(); in PushValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp1488 GateRef thisLen = builder_.GetLengthOfJSArray(thisArray); in TryInlineIndexOfIncludes() local