Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp43 uint32_t oldLen = JSArray::Cast(*self)->GetArrayLength(); in LengthSetter() local
196 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint3… in SetCapacity()
273 uint32_t oldLen = 0; in ArraySetLength() local
Djs_stable_array.cpp1115 int64_t oldLen; in Slice() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp305 #define ADD_NOP_INST(pc, oldLen, newOpcode) \ argument
318 auto oldLen = OldBytecodeInst::Size(OldBytecodeInst::GetFormat(opcode)); in FixOpcode() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1007 GateRef oldLen = GetLengthOfTaggedArray(elements); in CopyFromEnumCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp337 GateRef NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef new… in CopyArray()
Dstub_builder.cpp3002 GateRef oldLen = GetArrayLength(receiver); in AddElementInternal() local