Home
last modified time | relevance | path

Searched defs:newLen (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1005 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1015 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1030 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1040 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1055 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1065 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1168 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1178 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1188 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp60 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithoutKey() local
122 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithKey() local
166 uint32_t newLen = arr->GetLength() + step; in AddGlobalHandlerKey() local
Dic_runtime_stub-inl.h345 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp38 uint32_t newLen = 0; in LengthSetter() local
196 …y::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity()
260 uint32_t newLen = 0; in ArraySetLength() local
Djs_tagged_value-inl.h1490 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp211 uint32_t newLen = std::max((last - first), 0); in Slice() local
Dbuiltins_array.cpp90 uint32_t newLen = 0; in ArrayConstructor() local
1563 int64_t newLen = len - 1; in Pop() local
2465 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local
2691 int64_t newLen = len + argc; in Unshift() local
3136 int64_t newLen = 0; in ToSpliced() local
Dbuiltins_arraybuffer.cpp175 uint32_t newLen = std::max((last - first), 0); in Slice() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp198 uint32_t newLen = JSHandle<JSTypedArray>::Cast(newArrObj)->GetArrayLength(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp222 GateRef NewObjectStubBuilder::ExtendArray(GateRef glue, GateRef elements, GateRef newLen) in ExtendArray()
337 …Ref NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef newLen) in CopyArray()
Dstub_builder.cpp2370 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp932 GateRef newLen = GetLengthOfTaggedArray(elements); in Reduce() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp356 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local