Home
last modified time | relevance | path

Searched defs:args1 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_finalization_registry_test.cpp210 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target1}; in HWTEST_F_L0() local
247 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target1}; in HWTEST_F_L0() local
281 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target}; in HWTEST_F_L0() local
307 std::vector<JSTaggedValue> args1{target.GetTaggedValue()}; in HWTEST_F_L0() local
331 std::vector<JSTaggedValue> args1{target}; in HWTEST_F_L0() local
362 std::vector<JSTaggedValue> args1{target1, JSTaggedValue(10), target1}; in HWTEST_F_L0() local
390 std::vector<JSTaggedValue> args1{target}; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_call_method_by_name_short_test.cpp402 ani_value args1[2U]; in TEST_F() local
Dobject_call_method_by_name_int_test.cpp409 ani_value args1[2U]; in TEST_F() local
Dobject_call_method_by_name_long_test.cpp455 ani_value args1[2U]; in TEST_F() local
Dobject_call_method_by_name_double_test.cpp469 ani_value args1[2U]; in TEST_F() local
Dobject_call_method_by_name_float_test.cpp466 ani_value args1[2U]; in TEST_F() local
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp858 const char* args1[] = {"--param1", "--param2"}; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2717 std::vector<int64_t> args1 = {1L, 2L}; in TEST_F() local