Home
last modified time | relevance | path

Searched defs:oldLen (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A 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, uint32_t newLen, in SetCapacity() argument
259 uint32_t oldLen = 0; in ArraySetLength() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp383 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_operator.cpp884 uint32_t oldLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
H A Djs_array.cpp37 uint32_t oldLen = JSArray::Cast(*self)->GetArrayLength(); in LengthSetter() local
316 uint32_t oldLen in ArraySetLength() local
202 SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, bool isNew) SetCapacity() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp954 GateRef oldLen = GetLengthOfTaggedArray(elements); in CopyFromEnumCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp811 GateRef NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, in CopyArray() argument
H A Dstub_builder.cpp3837 GateRef oldLen = GetArrayLength(receiver); in AddElementInternal() local

Completed in 31 milliseconds