Home
last modified time | relevance | path

Searched defs:arrayCls (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp31 void BuiltinsArrayStubBuilder::ElementsKindHclassCompare(GateRef glue, GateRef arrayCls, in ElementsKindHclassCompare()
197 GateRef arrayCls = LoadHClass(thisValue); in Unshift() local
880 GateRef arrayCls = LoadHClass(thisValue); in ForEach() local
2722 GateRef arrayCls, GateRef start) in CreateSpliceDeletedArray()
2803 GateRef arrayCls = LoadHClass(thisValue); in Splice() local
3029 GateRef arrayCls = LoadHClass(thisValue); in ToSpliced() local
3250 GateRef arrayCls = LoadHClass(thisValue); in CopyWithin() local
3467 GateRef arrayCls = LoadHClass(thisValue); in Some() local
3670 GateRef arrayCls = LoadHClass(thisValue); in Every() local
3857 GateRef arrayCls = LoadHClass(thisValue); in ReduceRight() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp254 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h866 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2194 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()