Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_instance_of_test.cpp151 ani_class arrayCls; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp248 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h992 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp2518 GateRef arrayCls = LoadHClass(glue, thisValue); in FillOptimised() local
Dbuiltins_array_stub_builder.cpp28 void BuiltinsArrayStubBuilder::ElementsKindHclassCompare(GateRef glue, GateRef arrayCls, in ElementsKindHclassCompare()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2464 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()