Searched defs:arrayCls (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler.cpp | 244 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 2143 NewTaggedSubArray(GateRef glue, GateRef srcTypedArray, GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) NewTaggedSubArray() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | runtime_interface.h | 887 virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls) const in CheckStoreArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_array_stub_builder.cpp | 31 void BuiltinsArrayStubBuilder::ElementsKindHclassCompare(GateRef glue, GateRef arrayCls, in ElementsKindHclassCompare() argument 193 GateRef arrayCls = LoadHClass(thisValue); in Unshift() local 855 GateRef arrayCls = LoadHClass(thisValue); in ForEach() local 2737 CreateSpliceDeletedArray(GateRef glue, GateRef thisValue, GateRef actualDeleteCount, GateRef arrayCls, GateRef start) CreateSpliceDeletedArray() argument 2814 GateRef arrayCls = LoadHClass(thisValue); Fill() local 3062 GateRef arrayCls = LoadHClass(thisValue); Splice() local 3288 GateRef arrayCls = LoadHClass(thisValue); ToSpliced() local 3509 GateRef arrayCls = LoadHClass(thisValue); CopyWithin() local 3726 GateRef arrayCls = LoadHClass(thisValue); Some() local 3929 GateRef arrayCls = LoadHClass(thisValue); Every() local 4116 GateRef arrayCls = LoadHClass(thisValue); ReduceRight() local 4319 GateRef arrayCls = LoadHClass(thisValue); FindLastIndex() local 4511 GateRef arrayCls = LoadHClass(thisValue); FindLast() local 4900 GateRef arrayCls = LoadHClass(thisValue); FlatMap() local [all...] |
Completed in 18 milliseconds