Home
last modified time | relevance | path

Searched defs:CheckStoreArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp111 SRC_GRAPH(CheckStoreArray, Graph *graph, DataType::Type type) in SRC_GRAPH() argument
139 void CodegenTest::CheckStoreArray() in CheckStoreArray() function in ark::compiler::CodegenTest
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp248 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h992 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray() function