Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp102 void CheckStoreArray();
214 void CodegenTest::CheckStoreArray() in CheckStoreArray() function in panda::compiler::CodegenTest
747 CheckStoreArray<bool>(); in TEST_F()
748 CheckStoreArray<int8_t>(); in TEST_F()
749 CheckStoreArray<uint8_t>(); in TEST_F()
750 CheckStoreArray<int16_t>(); in TEST_F()
751 CheckStoreArray<uint16_t>(); in TEST_F()
752 CheckStoreArray<int32_t>(); in TEST_F()
753 CheckStoreArray<uint32_t>(); in TEST_F()
754 CheckStoreArray<int64_t>(); in TEST_F()
[all …]
/arkcompiler/runtime_core/runtime/
Dcompiler.h409 bool CheckStoreArray(ClassPtr array_cls, ClassPtr str_cls) const override;
Dcompiler.cpp188 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr array_cls, ClassPtr str_cls) const in CheckStoreArray() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h612 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr array_cls, [[maybe_unused]] ClassPtr str_cl… in CheckStoreArray() function