Home
last modified time | relevance | path

Searched refs:CommonTest (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp89 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 Dbytecodeopt_peepholes_test.cpp90 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 Dconst_array_resolver_test.cpp23 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 Dcheck_resolver_test.cpp23 TEST_F(CommonTest, CheckResolverLenArray) in TEST_F()
H A Dcanonicalization_test.cpp23 TEST_F(CommonTest, CanonicalizationSwapCompareInputs) in TEST_F()
H A Dcommon.h114 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 Dreg_encoder_test.cpp29 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 Dbc_lowering_test.cpp24 class LoweringTest : public CommonTest {};
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_list_format_first_test.cpp90 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 Dbuiltins_list_format_second_test.cpp31 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 Dconst_array_resolver_test.cpp21 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 Dcanonicalization_test.cpp21 TEST_F(CommonTest, CanonicalizationSwapCompareInputs) in TEST_F()
H A Dcommon.h111 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 Dunit_test.h120 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 Dunit_test.cpp141 CommonTest::~CommonTest() in ~CommonTest()
H A Dgraph_creation_test.cpp22 class GraphCreationTest : public CommonTest {};
H A Dgraph_comparator_test.cpp19 class GraphComparatorTest : public CommonTest {
H A Dsavestate_optimization_tests.cpp24 class SaveStateOptimizationTest : public CommonTest {
H A Dlife_intervals_test.cpp21 class LifeIntervalsTest : public CommonTest {
/arkcompiler/runtime_core/compiler/tests/
H A Dunit_test.h68 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 Dunit_test.cpp141 CommonTest::~CommonTest() in ~CommonTest()
H A Dgraph_comparator_test.cpp19 class GraphComparatorTest : public CommonTest {
H A Dlife_intervals_test.cpp20 class LifeIntervalsTest : public CommonTest {
H A Dloop_analyzer_test.cpp19 class LoopAnalyzerTest : public CommonTest {
H A Dgraph_cloner_test.cpp19 class GraphClonerTest : public CommonTest {

Completed in 17 milliseconds

12