Searched refs:arrayCls (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 87 GateRef beginIndex, GateRef arrayCls, GateRef buffer);
|
| D | new_object_stub_builder.cpp | 1396 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/ |
| D | compiler.cpp | 254 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()
|
| D | compiler.h | 441 bool CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const override;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1684 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/ |
| D | runtime_interface.h | 769 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray() argument
|