Home
last modified time | relevance | path

Searched refs:arrayCls (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h87 GateRef beginIndex, GateRef arrayCls, GateRef buffer);
Dnew_object_stub_builder.cpp1396 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray() argument
1408 GateRef obj = NewJSObject(glue, arrayCls); in NewTaggedSubArray()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp254 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray() argument
256 ASSERT(arrayCls != nullptr); in CheckStoreArray()
257 auto *elementClass = ClassCast(arrayCls)->GetComponentType(); in CheckStoreArray()
Dcompiler.h441 bool CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const override;
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1684 GateRef arrayCls, GateRef start) in CreateSpliceDeletedArray() argument
1696 GateRef newArray = newBuilder.NewJSArrayWithSize(arrayCls, actualDeleteCount); in CreateSpliceDeletedArray()
1700 …SetPropertyInlinedProps(glue, newArray, arrayCls, accessor, Int32(JSArray::LENGTH_INLINE_PROPERTY_… in CreateSpliceDeletedArray()
1769 GateRef arrayCls = LoadHClass(thisValue); in Splice() local
1770 Branch(Equal(intialHClass, arrayCls), &equalCls, slowPath); in Splice()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h769 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray() argument