Home
last modified time | relevance | path

Searched defs:two (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp784 auto two = b.Double(2.0); in HWTEST_F_L0() local
811 auto two = b.Int32(2); in HWTEST_F_L0() local
991 auto two = b.Int64(2); in HWTEST_F_L0() local
1012 auto two = b.Int32(2); in HWTEST_F_L0() local
1045 auto two = b.Int64(2); in HWTEST_F_L0() local
1066 auto two = b.Int32(2); in HWTEST_F_L0() local
1099 auto two = b.Int64(2); in HWTEST_F_L0() local
1113 auto two = b.Int32(2); in HWTEST_F_L0() local
1139 auto two = b.Int64(2); in HWTEST_F_L0() local
1150 auto two = b.Int32(2); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js36 function two(x,y) function