Searched refs:argsList (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/test/unit/ |
H A D | ast_dumper_test.cpp | 40 : src {testSrc}, argsList {std::move(testArgsList)}, argsCount {testArgsCount}, fileName {testFileName} 46 std::string argsList; member 94 auto argsList = in DumpEtsSrcSimple() local 101 return TestParams {SRC, argsList}; in DumpEtsSrcSimple() 122 static ark::pandasm::Program *GetProgram(std::string_view src, const char **argsList, int argsCount, in GetProgram() argument 126 if (!options->Parse(argsCount, argsList)) { in GetProgram() 148 if (param.argsList.empty()) { in TEST_P() 149 param.argsList = test::utils::PandaExecutablePathGetter {}.Get(); in TEST_P() 152 auto argsListPtr = param.argsList.c_str(); in TEST_P()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_args.h | 48 void CollectRegisterArgs(std::map<uint32, X64reg> &argsList, std::vector<uint32> &indexList, 51 X64ArgInfo GetArgInfo(std::map<uint32, X64reg> &argsList, uint32 argIndex, std::vector<uint32> &numFpRegs,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_args.cpp | 29 void X64MoveRegArgs::CollectRegisterArgs(std::map<uint32, X64reg> &argsList, std::vector<uint32> &indexList, in CollectRegisterArgs() argument 60 argsList[i] = reg0; in CollectRegisterArgs() 75 X64ArgInfo X64MoveRegArgs::GetArgInfo(std::map<uint32, X64reg> &argsList, uint32 argIndex, in GetArgInfo() argument 80 argInfo.reg = argsList[argIndex]; in GetArgInfo()
|
Completed in 2 milliseconds