| /arkcompiler/runtime_core/tests/checked/ |
| D | inline.pa | 125 … 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/ |
| D | access_field_nomodifier_core.pa | 23 # 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/ |
| D | concurrent_sweep_test.cpp | 60 JSHandle<EcmaString> test2(thread, in TEST_F() local 63 ASSERT_NE(test1.GetTaggedValue().GetTaggedObject(), test2.GetTaggedValue().GetTaggedObject()); in TEST_F()
|
| D | tagged_value_test.cpp | 1075 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/ |
| D | js_cjs_module_test.cpp | 71 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/ |
| D | test-patterns.js | 27 function test2(...[...[...rest]]){} function
|
| D | test-patterns-expected.txt | 721 "name": "test2",
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | labels_test.cpp.in | 51 TEST(label_test, test2) argument
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jeq.obj.yaml | 1059 - lda.str "test2" 1103 lda.str "test2" 1175 - lda.str "test2" 1219 lda.str "test2"
|
| D | jne.obj.yaml | 1061 - lda.str "test2" 1105 lda.str "test2" 1178 - lda.str "test2" 1222 lda.str "test2"
|
| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 108 … 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/ |
| D | optionalMethods.txt | 11 {'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/ |
| D | lexer_test.cpp | 37 TEST(lexertests, test2) in TEST() argument
|
| D | parser_test.cpp | 41 TEST(parsertests, test2) in TEST() argument
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 352 TmpFile panda_fname2("test2.pf"); in TEST_F() 759 TmpFile panda_fname2("test2.pf"); in TEST_F()
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 5031 @@ -30,4 +30,6 @@ let test2: B = funC(isB); 11505 +function Test2() { 11611 + test2() { // OK
|