Searched refs:CodeInfoTest (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 25 class CodeInfoTest : public ::testing::Test { class 27 CodeInfoTest() in CodeInfoTest() function in ark::compiler::CodeInfoTest 34 ~CodeInfoTest() override in ~CodeInfoTest() 41 NO_MOVE_SEMANTIC(CodeInfoTest); 42 NO_COPY_SEMANTIC(CodeInfoTest); 100 void CodeInfoTest::SingleStackMapDoCheck(CodeInfo &codeInfo, const std::array<VRegInfo, 3U> &vregs) in SingleStackMapDoCheck() 142 TEST_F(CodeInfoTest, SingleStackmap) in TEST_F() argument 181 ArenaVector<uint8_t> CodeInfoTest::MultipleStackmapsBuild(const std::array<VRegInfo, 6U> &vregs, vo… in MultipleStackmapsBuild() 241 void CodeInfoTest::MultipleStackmapsCheck1(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vreg… in MultipleStackmapsCheck1() 262 void CodeInfoTest::MultipleStackmapsCheck2(CodeInfo &codeInfo, const std::array<VRegInfo, 6U> &vreg… in MultipleStackmapsCheck2() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 26 class CodeInfoTest : public ::testing::Test { class 28 CodeInfoTest() in CodeInfoTest() function in panda::compiler::CodeInfoTest 35 virtual ~CodeInfoTest() in ~CodeInfoTest() 91 TEST_F(CodeInfoTest, SingleStackmap) in TEST_F() argument 163 TEST_F(CodeInfoTest, MultipleStackmaps) in TEST_F() argument 288 TEST_F(CodeInfoTest, Constants) in TEST_F() argument
|