Searched refs:CheckStoreArray (Results 1 – 6 of 6) sorted by relevance
67 void CheckStoreArray();179 void CodegenTest::CheckStoreArray() in CheckStoreArray() function in panda::compiler::CodegenTest716 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 …]
441 bool CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const override;
254 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr arrayCls, ClassPtr strCls) const in CheckStoreArray() function in panda::PandaRuntimeInterface
769 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr arrayCls, [[maybe_unused]] ClassPtr strCls)… in CheckStoreArray() function
131 if (visitor->GetGraph()->GetRuntime()->CheckStoreArray(arrayClass, storeClass)) { in VisitRefTypeCheck()
1044 ASSERT(GetRuntime()->CheckStoreArray(arrayClass, GetRuntime()->GetStringClass(method))); in BuildUnfoldLoadConstArray()