Home
last modified time | relevance | path

Searched refs:CheckStoreArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test.h61 void CheckStoreArray();
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
147 src_graph::CheckStoreArray::CREATE(graph, TYPE); in CheckStoreArray()
625 CheckStoreArray<bool>(); in TEST_F()
626 CheckStoreArray<int8_t>(); in TEST_F()
627 CheckStoreArray<uint8_t>(); in TEST_F()
628 CheckStoreArray<int16_t>(); in TEST_F()
629 CheckStoreArray<uint16_t>(); in TEST_F()
630 CheckStoreArray<int32_t>(); in TEST_F()
631 CheckStoreArray<uint32_t>(); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h441 bool CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const override;
Dcompiler.cpp254 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h866 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp131 if (visitor->GetGraph()->GetRuntime()->CheckStoreArray(arrayClass, storeClass)) { in VisitRefTypeCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1051 ASSERT(GetRuntime()->CheckStoreArray(arrayClass, GetRuntime()->GetStringClass(method))); in BuildUnfoldLoadConstArray()