Home
last modified time | relevance | path

Searched defs:oldLen (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp51 uint32_t oldLen = JSSharedArray::Cast(*self)->GetArrayLength(); in LengthSetter() local
213 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen,… in SetCapacity()
259 uint32_t oldLen = 0; in ArraySetLength() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp37 uint32_t oldLen = JSArray::Cast(*self)->GetArrayLength(); in LengthSetter() local
271 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity()
325 … [[maybe_unused]] uint32_t oldLen, uint32_t newLen, in TransformElementsKindAfterSetCapacity()
400 uint32_t oldLen = 0; in ArraySetLength() local
Dobject_operator.cpp915 uint32_t oldLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
Djs_stable_array.cpp1689 int64_t oldLen; in Slice() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp370 #define ADD_NOP_INST(pc, oldLen, newOpcode) \ argument
383 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp752 GateRef oldLen = GetLengthOfTaggedArray(elements); in CopyFromEnumCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp876 GateRef NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, in CopyArray()
Dstub_builder.cpp3925 GateRef oldLen = GetArrayLength(receiver); in AddElementInternal() local