Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_test.cpp67 void CheckStoreArray();
179 void CodegenTest::CheckStoreArray() in CheckStoreArray() function in panda::compiler::CodegenTest
716 CheckStoreArray<bool>(); in TEST_F()
717 CheckStoreArray<int8_t>(); in TEST_F()
718 CheckStoreArray<uint8_t>(); in TEST_F()
719 CheckStoreArray<int16_t>(); in TEST_F()
720 CheckStoreArray<uint16_t>(); in TEST_F()
721 CheckStoreArray<int32_t>(); in TEST_F()
722 CheckStoreArray<uint32_t>(); in TEST_F()
723 CheckStoreArray<int64_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 panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h769 …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.h1044 ASSERT(GetRuntime()->CheckStoreArray(arrayClass, GetRuntime()->GetStringClass(method))); in BuildUnfoldLoadConstArray()