Home
last modified time | relevance | path

Searched refs:f0 (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Ddefect_scan_aux_test.cpp130 auto f0 = CheckFunction(abc_file, "func_main_0"); in HWTEST() local
131 ASSERT_TRUE(f0->GetClass() == nullptr); in HWTEST()
132 ASSERT_TRUE(f0->GetParentFunction() == nullptr); in HWTEST()
133 size_t dc_cnt0 = f0->GetDefinedClassCount(); in HWTEST()
135 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "#~@1=#Bar"); in HWTEST()
136 EXPECT_EQ(f0->GetDefinedClassByIndex(1)->GetClassName(), "#~@4=#ExampleClass1"); in HWTEST()
137 size_t df_cnt0 = f0->GetDefinedFunctionCount(); in HWTEST()
139 ASSERT_TRUE(ContainDefinedFunction(abc_file, f0, "#*#func1")); in HWTEST()
140 ASSERT_TRUE(ContainDefinedFunction(abc_file, f0, "#*#func2")); in HWTEST()
141 ASSERT_FALSE(ContainDefinedFunction(abc_file, f0, "func in HWTEST()
179 auto f0 = CheckFunction(abc_file, "func_main_0"); HWTEST() local
236 auto f0 = abc_file->GetFunctionByName("#*#foo"); HWTEST() local
283 auto f0 = abc_file->GetFunctionByName("#*#foo"); HWTEST() local
460 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local
504 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local
537 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local
567 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local
740 auto f0 = CheckFunction(abc_file, "func_main_0"); HWTEST() local
802 auto f0 = CheckFunction(abc_file, "func_main_0"); HWTEST() local
[all...]
H A Ddefect_scan_aux_merge_test.cpp109 auto f0 = abc_file->GetFunctionByName("Lbase;func_main_0"); in HWTEST() local
110 size_t def_class_cnt = f0->GetDefinedClassCount(); in HWTEST()
112 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "Lbase;#~A=#A"); in HWTEST()
118 ASSERT_TRUE(class0->GetDefiningFunction() == f0); in HWTEST()
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
H A Dsafe_hole3.js27 function f0(v0, v1= "Bad assertion") {} function
28 f0.aarEq = function f2(v5, v6, v7 = `Expected «${v6}» to be «${v5}».`){};
54 f0.aarEq(["gopd x", "enumerate x"], v11);
H A Dsafe_hole4.js41 function f0(v0) {} function
54 f0(v17[1] === undefined);
56 return f0(v17.length === 3);
H A Dsafe_hole5.js25 function f0(v3 = 10, v4 = function (){ function
38 if (f0()() === 20) {} else {}
H A Dsafe_hole6.js25 function f0(v3 = 10, v4 = function (){ function
43 if (f0()() === 20) {} else {}
H A Dsafe_hole2.js25 function f0(v0) {} function
38 f0(v7 !== v6);
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Ddead-code-after-return-missing-symbol.js19 function f0() { function
29 f0();
/arkcompiler/ets_runtime/test/moduletest/arrayslice/
H A Darrayslice.js48 function f0() { function
51 runNearStackLimit(f0);
/arkcompiler/ets_runtime/test/moduletest/throwerror/
H A Dthrowerror.js30 function f0(a1) { function
35 ([1,2]).reduce(f0, v4);
/arkcompiler/ets_runtime/test/moduletest/fortest/
H A Dfortest.js52 function f0(v1, v2) {
79 f0(() => {
/arkcompiler/ets_runtime/test/moduletest/proxy/
H A Dproxy.js130 function f0() {
131 return f0;
133 class C1 extends f0 {
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
H A Dasmstackoverflow.js325 function f0() { function
326 return f0;
328 class C1 extends f0 {
336 new C1(f0);
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/
H A Dpgo_object_prototype.js34 this.f0 = 0;
/arkcompiler/ets_runtime/test/moduletest/functionapply/
H A Dfunctionapply.js33 function f0(a, b) { function
45 f0.apply(null, v38);
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dirtoc_test.cpp136 extern "C" size_t IrtocTestRelocations2(size_t a0, size_t a1, double f0, size_t a2, size_t a3, size_t a4, double f1,

Completed in 5 milliseconds