Home
last modified time | relevance | path

Searched full:test2 (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/tests/checked/
Dinline.pa125 … force_jit: true, options: "--compiler-regex=Test2::main --compiler-inlining-max-insts=12", entry…
126 #! EVENT /Inline,Test2::main,Test2::func,.*VIRTUAL,LIMIT/
127 #! EVENT_NEXT /Inline,Test2::main,Test2::func,.*VIRTUAL,DEVIRTUALIZED/
128 #! EVENT_NEXT /Inline,Test2::main,Test2::small_func,.*VIRTUAL,SUCCESS/
131 … force_jit: true, options: "--compiler-regex=Test2::main --compiler-inlining-max-size=6", entry:…
132 #! EVENT /Inline,Test2::main,Test2::func,.*VIRTUAL,LIMIT/
133 #! EVENT_NEXT /Inline,Test2::main,Test2::func,.*VIRTUAL,DEVIRTUALIZED/
134 #! EVENT_NEXT /Inline,Test2::main,Test2::small_func,.*VIRTUAL,SUCCESS/
136 .record Test2 {}
138 .function i32 Test2.func(Test2 a0, i32 a1) {
[all …]
/arkcompiler/runtime_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa23 # return Test2.value;
28 # class Test2 {
41 .record pckg.Test2 {
46 pckg.Test2 obj <static>
52 ldstatic pckg.Test2.value # access to non-public field of a foreign class
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_sweep_test.cpp60 JSHandle<EcmaString> test2(thread, in TEST_F() local
63 ASSERT_NE(test1.GetTaggedValue().GetTaggedObject(), test2.GetTaggedValue().GetTaggedObject()); in TEST_F()
Dtagged_value_test.cpp1075 JSHandle<JSTaggedValue> test2(thread->GetEcmaVM()->GetFactory()->NewFromASCII("test2")); in HWTEST_F_L0() local
1085 ASSERT_FALSE(JSTaggedValue::Less(thread, test2, test1)); in HWTEST_F_L0()
1087 …ASSERT_FALSE(JSTaggedValue::Less(thread, test2, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2)))… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_test.cpp71 JSHandle<JSTaggedValue> fileName2(factory->NewFromUtf8("ark/js_runtime/test2.js")); in HWTEST_F_L0()
94 JSHandle<JSTaggedValue> test2 = CjsModule::SearchFromModuleCache(thread, fileName3); in HWTEST_F_L0() local
95 EXPECT_TRUE(test2->IsHole()); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-patterns.js27 function test2(...[...[...rest]]){} function
Dtest-patterns-expected.txt721 "name": "test2",
/arkcompiler/runtime_core/disassembler/tests/
Dlabels_test.cpp.in51 TEST(label_test, test2) argument
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djeq.obj.yaml1059 - lda.str "test2"
1103 lda.str "test2"
1175 - lda.str "test2"
1219 lda.str "test2"
Djne.obj.yaml1061 - lda.str "test2"
1105 lda.str "test2"
1178 - lda.str "test2"
1222 lda.str "test2"
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp108 … std::cout << "Must include base.abc, patch.abc, test1.abc, test2.abc absolute path" << std::endl; in Main()
/arkcompiler/ets_frontend/testTs/expect/types/namedTypes/
DoptionalMethods.txt11 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'test2'}, {'t': 2, 'v': 0}, {'t': 2, 'v':…
/arkcompiler/runtime_core/assembler/tests/
Dlexer_test.cpp37 TEST(lexertests, test2) in TEST() argument
Dparser_test.cpp41 TEST(parsertests, test2) in TEST() argument
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp352 TmpFile panda_fname2("test2.pf"); in TEST_F()
759 TmpFile panda_fname2("test2.pf"); in TEST_F()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch5031 @@ -30,4 +30,6 @@ let test2: B = funC(isB);
11505 +function Test2() {
11611 + test2() { // OK