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.cpp1684 GateRef arrayCls, GateRef start) in CreateSpliceDeletedArray()
1769 GateRef arrayCls = LoadHClass(thisValue); in Splice() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp254 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1396 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h769 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray()