| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/ |
| D | aotcompilerimpl_unit.cpp | 82 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/ |
| D | aot_compiler_impl.cpp | 40 … 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()
|
| D | aot_compiler_client.cpp | 43 int32_t AotCompilerClient::AotCompiler(const std::unordered_map<std::string, std::string> &argsMap, in AotCompiler()
|
| D | aot_compiler_service.cpp | 116 int32_t AotCompilerService::AotCompiler(const std::unordered_map<std::string, std::string> &argsMap, in AotCompiler()
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerproxy_unit/ |
| D | aotcompilerproxy_unit.cpp | 120 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/ |
| D | aotcompilerargsprepare_fuzzer.cpp | 29 std::unordered_map<std::string, std::string> argsMap; in DoSomethingInterestingWithMyAPI() local
|
| /arkcompiler/ets_runtime/compiler_service/interface/ |
| D | aot_compiler_interface_stub.cpp | 55 std::unordered_map<std::string, std::string> argsMap; in CommandAOTCompiler() local
|
| D | aot_compiler_interface_proxy.cpp | 22 const std::unordered_map<std::string, std::string>& argsMap, in AotCompiler()
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerclient_unit/ |
| D | aotcompilerclient_unit.cpp | 90 std::unordered_map<std::string, std::string> argsMap; variable
|
| /arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerservice_unit/ |
| D | aotcompilerservice_unit.cpp | 157 std::unordered_map<std::string, std::string> argsMap; variable
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | ohos_pkg_args.h | 195 std::map<std::string, std::shared_ptr<OhosPkgArgs>> &argsMap) in ParseListFromJson()
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | options.cpp | 87 …std::unordered_map<OptState, std::vector<std::string> *> argsMap = {{OptState::ES2PANDA, &es2panda… in SplitArgs() local
|