/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
H A D | codegen_test.cpp | 89 TEST_F(CommonTest, CodeGenBinaryImms) in TEST_F() 115 TEST_F(CommonTest, CodeGenIfImm) in TEST_F() 176 TEST_F(CommonTest, CodegenIf) in TEST_F() 209 TEST_F(CommonTest, CodegenIfDynamic) in TEST_F() 244 TEST_F(CommonTest, CodegenIfINT64) in TEST_F() 277 TEST_F(CommonTest, CodegenIfINT64Dynamic) in TEST_F() 312 TEST_F(CommonTest, CodegenIfUINT64) in TEST_F() 345 TEST_F(CommonTest, CodegenIfUINT64Dynamic) in TEST_F() 380 TEST_F(CommonTest, CodegenIfREFERENCE) in TEST_F() 412 TEST_F(CommonTest, CodegenIfImmZer [all...] |
H A D | bytecodeopt_peepholes_test.cpp | 90 TEST_F(CommonTest, DISABLED_NoNullCheck) in TEST_F() 134 TEST_F(CommonTest, DISABLED_NotRelatedNullCheck) in TEST_F() 160 TEST_F(CommonTest, CallStaticOtherBasicBlock) in TEST_F() 189 TEST_F(CommonTest, DISABLED_NoSaveStateNullCheckAfterNewObject) in TEST_F() 213 TEST_F(CommonTest, CallConstructorOtherClass) in TEST_F()
|
H A D | const_array_resolver_test.cpp | 23 TEST_F(CommonTest, ConstArrayResolverInt64) in TEST_F() 68 TEST_F(CommonTest, ConstArrayResolverInt32) in TEST_F() 96 TEST_F(CommonTest, ConstArrayResolverOrderInt32) in TEST_F() 133 TEST_F(CommonTest, ConstArrayResolverFloat32) in TEST_F() 172 TEST_F(CommonTest, ConstArrayResolverFloat64) in TEST_F() 202 TEST_F(CommonTest, ConstArrayResolverByteAccess) in TEST_F() 254 TEST_F(CommonTest, ConstArrayResolverStringAccess) in TEST_F() 322 TEST_F(CommonTest, ConstArrayResolverParameterAsArray) in TEST_F() 346 TEST_F(CommonTest, ConstArrayResolverDifferentBlocks) in TEST_F() 381 TEST_F(CommonTest, ConstArrayResolverArraySizeNotConstan [all...] |
H A D | check_resolver_test.cpp | 23 TEST_F(CommonTest, CheckResolverLenArray) in TEST_F()
|
H A D | canonicalization_test.cpp | 23 TEST_F(CommonTest, CanonicalizationSwapCompareInputs) in TEST_F()
|
H A D | common.h | 114 class CommonTest : public ::testing::Test { class 116 CommonTest() in CommonTest() function in ark::bytecodeopt::CommonTest 131 ~CommonTest() override 142 NO_COPY_SEMANTIC(CommonTest); 143 NO_MOVE_SEMANTIC(CommonTest); 191 class AsmTest : public CommonTest {
|
H A D | reg_encoder_test.cpp | 29 TEST_F(CommonTest, RegEncoderF32) in TEST_F() 102 TEST_F(CommonTest, RegEncoderHoldingSpillFillInst) in TEST_F() 235 TEST_F(CommonTest, RegEncoderStoreObject) in TEST_F() 346 TEST_F(CommonTest, RegEncoderSameArgsInst) in TEST_F()
|
H A D | bc_lowering_test.cpp | 24 class LoweringTest : public CommonTest {};
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_list_format_first_test.cpp | 90 JSHandle<EcmaString> CommonTest(JSThread* thread, JSHandle<JSTaggedValue>& locale, JSHandle<JSTaggedValue>& typeValue, in CommonTest() function 119 JSHandle<EcmaString> handleEcmaStr = CommonTest(thread, locale, typeValue, listVal); in HWTEST_F_L0() 130 JSHandle<EcmaString> handleEcmaStr = CommonTest(thread, locale, typeValue, listVal); in HWTEST_F_L0() 142 JSHandle<EcmaString> handleEcmaStr = CommonTest(thread, locale, typeValue, listVal); in HWTEST_F_L0() 154 JSHandle<EcmaString> handleEcmaStr = CommonTest(thread, locale, typeValue, listVal); in HWTEST_F_L0()
|
H A D | builtins_list_format_second_test.cpp | 31 JSTaggedValue CommonTest(JSThread* thread, JSHandle<JSTaggedValue>& locale, JSHandle<JSTaggedValue>& typeValue, in CommonTest() function 88 JSTaggedValue result = CommonTest(thread, locale, typeValue, vals); in HWTEST_F_L0() 103 JSTaggedValue result = CommonTest(thread, locale, typeValue, vals); in HWTEST_F_L0() 120 JSTaggedValue result = CommonTest(thread, locale, typeValue, vals); in HWTEST_F_L0() 136 JSTaggedValue result = CommonTest(thread, locale, typeValue, vals); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
H A D | const_array_resolver_test.cpp | 21 TEST_F(CommonTest, ConstArrayResolverInt64) in TEST_F() 64 TEST_F(CommonTest, ConstArrayResolverInt32) in TEST_F() 91 TEST_F(CommonTest, ConstArrayResolverFloat32) in TEST_F() 129 TEST_F(CommonTest, ConstArrayResolverFloat64) in TEST_F() 159 TEST_F(CommonTest, ConstArrayResolverByteAccess) in TEST_F() 210 TEST_F(CommonTest, ConstArrayResolverStringAccess) in TEST_F() 278 TEST_F(CommonTest, ConstArrayResolverParameterAsArray) in TEST_F() 302 TEST_F(CommonTest, ConstArrayResolverDifferentBlocks) in TEST_F() 337 TEST_F(CommonTest, ConstArrayResolverArraySizeNotConstant) in TEST_F()
|
H A D | canonicalization_test.cpp | 21 TEST_F(CommonTest, CanonicalizationSwapCompareInputs) in TEST_F()
|
H A D | common.h | 111 class CommonTest : public ::testing::Test { class 113 CommonTest() in CommonTest() function in panda::bytecodeopt::CommonTest 127 virtual ~CommonTest() in ~CommonTest() 182 class AsmTest : public CommonTest {
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | unit_test.h | 120 class CommonTest : public ::testing::Test { class 122 CommonTest() in CommonTest() function in ark::compiler::CommonTest 136 ~CommonTest() override; 138 NO_COPY_SEMANTIC(CommonTest); 139 NO_MOVE_SEMANTIC(CommonTest); 259 class GraphTest : public CommonTest {
|
H A D | unit_test.cpp | 141 CommonTest::~CommonTest() in ~CommonTest()
|
H A D | graph_creation_test.cpp | 22 class GraphCreationTest : public CommonTest {};
|
H A D | graph_comparator_test.cpp | 19 class GraphComparatorTest : public CommonTest {
|
H A D | savestate_optimization_tests.cpp | 24 class SaveStateOptimizationTest : public CommonTest {
|
H A D | life_intervals_test.cpp | 21 class LifeIntervalsTest : public CommonTest {
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | unit_test.h | 68 class CommonTest : public ::testing::Test { class 70 CommonTest() in CommonTest() function in panda::compiler::CommonTest 84 ~CommonTest() override; 197 class GraphTest : public CommonTest {
|
H A D | unit_test.cpp | 141 CommonTest::~CommonTest() in ~CommonTest()
|
H A D | graph_comparator_test.cpp | 19 class GraphComparatorTest : public CommonTest {
|
H A D | life_intervals_test.cpp | 20 class LifeIntervalsTest : public CommonTest {
|
H A D | loop_analyzer_test.cpp | 19 class LoopAnalyzerTest : public CommonTest {
|
H A D | graph_cloner_test.cpp | 19 class GraphClonerTest : public CommonTest {
|