Home
last modified time | relevance | path

Searched defs:args2 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_test.cpp680 ani_value args2[2U]; in TEST_F() local
754 ani_value args2[2U]; in TEST_F() local
806 ani_value args2[2U]; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_call_method_by_name_short_test.cpp411 ani_value args2[2U]; in TEST_F() local
Dobject_call_method_by_name_int_test.cpp418 ani_value args2[2U]; in TEST_F() local
Dobject_call_method_by_name_long_test.cpp464 ani_value args2[2U]; in TEST_F() local
Dobject_call_method_by_name_double_test.cpp478 ani_value args2[2U]; in TEST_F() local
Dobject_call_method_by_name_float_test.cpp475 ani_value args2[2U]; in TEST_F() local
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp861 const char* args2[] = {"abc2program_options", "input_file_path"}; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2721 std::vector<int64_t> args2 = {3L, 4L}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2853 auto args2 = { acc_.GetValueIn(gate, 1), prop, acc_.GetValueIn(gate, 2), jsFunc }; in LowerStSuperByName() local