Home
last modified time | relevance | path

Searched refs:args2 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp891 const char* args2[] = {"abc2program_options", "input_file_path"}; in HWTEST_F() local
892 EXPECT_TRUE(driver_.Run(argc2, args2)); in HWTEST_F()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test.cpp2668 std::vector<int64_t> args2 = {3L, 4L}; in TEST_F() local
2669 frameHandler.GetVReg(2U).SetPrimitive(args2[0]); in TEST_F()
2670 frameHandler.GetVReg(4U).SetPrimitive(args2[1]); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp2548 auto args2 = { acc_.GetValueIn(gate, 1), prop, acc_.GetValueIn(gate, 2), jsFunc }; in LowerStSuperByName() local
2549 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(OptStSuperByValue), args2, true); in LowerStSuperByName()

Completed in 18 milliseconds