Home
last modified time | relevance | path

Searched defs:argsMap (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
Daotcompilerimpl_unit.cpp82 int32_t FindArgsIdxToIntegerMock(const std::unordered_map<std::string, std::string> &argsMap, in FindArgsIdxToIntegerMock()
88 int32_t FindArgsIdxToStringMock(const std::unordered_map<std::string, std::string> &argsMap, in FindArgsIdxToStringMock()
94 int32_t PrepareArgsMock(const std::unordered_map<std::string, std::string> &argsMap) in PrepareArgsMock()
109 int32_t EcmascriptAotCompilerMock(const std::unordered_map<std::string, std::string> &argsMap, in EcmascriptAotCompilerMock()
344 std::unordered_map<std::string, std::string> argsMap(argsMapForTest); in ExecuteAotCompilerTask() local
413 std::unordered_map<std::string, std::string> argsMap; variable
428 std::unordered_map<std::string, std::string> argsMap; variable
444 std::unordered_map<std::string, std::string> argsMap; variable
460 std::unordered_map<std::string, std::string> argsMap; variable
477 std::unordered_map<std::string, std::string> argsMap; variable
[all …]
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp40 … AotCompilerImpl::FindArgsIdxToInteger(const std::unordered_map<std::string, std::string> &argsMap, in FindArgsIdxToInteger()
59 …t AotCompilerImpl::FindArgsIdxToString(const std::unordered_map<std::string, std::string> &argsMap, in FindArgsIdxToString()
69 int32_t AotCompilerImpl::PrepareArgs(const std::unordered_map<std::string, std::string> &argsMap) in PrepareArgs()
243 …ilerImpl::VerifyCompilerModeAndPkgInfo(const std::unordered_map<std::string, std::string> &argsMap) in VerifyCompilerModeAndPkgInfo()
256 …AotCompilerImpl::EcmascriptAotCompiler(const std::unordered_map<std::string, std::string> &argsMap, in EcmascriptAotCompiler()
Daot_compiler_client.cpp43 int32_t AotCompilerClient::AotCompiler(const std::unordered_map<std::string, std::string> &argsMap, in AotCompiler()
Daot_compiler_service.cpp116 int32_t AotCompilerService::AotCompiler(const std::unordered_map<std::string, std::string> &argsMap, in AotCompiler()
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/
Daotcompilerproxy_unit.cpp120 std::unordered_map<std::string, std::string> argsMap; variable
175 std::unordered_map<std::string, std::string> argsMap; variable
191 std::unordered_map<std::string, std::string> argsMap; variable
211 std::unordered_map<std::string, std::string> argsMap; variable
232 std::unordered_map<std::string, std::string> argsMap; variable
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
Daotcompilerargsprepare_fuzzer.cpp29 std::unordered_map<std::string, std::string> argsMap; in DoSomethingInterestingWithMyAPI() local
/arkcompiler/ets_runtime/compiler_service/interface/
Daot_compiler_interface_stub.cpp55 std::unordered_map<std::string, std::string> argsMap; in CommandAOTCompiler() local
Daot_compiler_interface_proxy.cpp22 const std::unordered_map<std::string, std::string>& argsMap, in AotCompiler()
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/
Daotcompilerclient_unit.cpp90 std::unordered_map<std::string, std::string> argsMap; variable
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/
Daotcompilerservice_unit.cpp157 std::unordered_map<std::string, std::string> argsMap; variable
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_args.h195 std::map<std::string, std::shared_ptr<OhosPkgArgs>> &argsMap) in ParseListFromJson()
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp87 …std::unordered_map<OptState, std::vector<std::string> *> argsMap = {{OptState::ES2PANDA, &es2panda… in SplitArgs() local