Lines Matching refs:string
29 using arg_list_t = std::vector<std::string>;
60 extern const std::string PUBLIC_API COMMON_HELP_HEAD_MSG;
61 extern const std::string PUBLIC_API STUB_HELP_HEAD_MSG;
62 extern const std::string PUBLIC_API COMPILER_HELP_HEAD_MSG;
63 extern const std::string PUBLIC_API HELP_OPTION_MSG;
182 std::string GetStubFile() const in GetStubFile()
187 void SetStubFile(std::string value) in SetStubFile()
207 std::string GetAOTOutputFile() const in GetAOTOutputFile()
212 void SetAOTOutputFile(const std::string& value) in SetAOTOutputFile()
222 std::string GetTargetTriple() const in GetTargetTriple()
227 void SetTargetTriple(std::string value) in SetTargetTriple()
299 void SetArkBundleName(std::string bundleName) in SetArkBundleName()
317 std::string GetArkBundleName() const in GetArkBundleName()
476 void SetAsmOpcodeDisableRange(std::string value) in SetAsmOpcodeDisableRange()
484 std::string strAsmOpcodeDisableRange = asmOpcodeDisableRange_; in ParseAsmInterOption()
491 if (pos != std::string::npos) { in ParseAsmInterOption()
492 std::string strStart = strAsmOpcodeDisableRange.substr(0, pos); in ParseAsmInterOption()
493 std::string strEnd = strAsmOpcodeDisableRange.substr(pos + 1); in ParseAsmInterOption()
510 std::string GetCompilerLogOption() const in GetCompilerLogOption()
515 void SetCompilerLogOption(std::string value) in SetCompilerLogOption()
523 GetCompilerLogOption().find("none") == std::string::npos; in WasSetCompilerLogOption()
526 std::string GetMethodsListForLog() const in GetMethodsListForLog()
531 void SetMethodsListForLog(std::string value) in SetMethodsListForLog()
539 GetCompilerLogOption().find("none") == std::string::npos && in WasSetMethodsListForLog()
540 GetCompilerLogOption().find("all") == std::string::npos; in WasSetMethodsListForLog()
623 std::string GetIcuDataPath() const in GetIcuDataPath()
628 void SetIcuDataPath(std::string value) in SetIcuDataPath()
673 void SetBuiltinsDTS(const std::string& value) in SetBuiltinsDTS()
683 std::string GetBuiltinsDTS() const in GetBuiltinsDTS()
703 std::string GetLogLevel() const in GetLogLevel()
708 void SetLogLevel(std::string value) in SetLogLevel()
828 std::string GetEntryPoint() const in GetEntryPoint()
833 void SetEntryPoint(std::string value) in SetEntryPoint()
883 std::string GetPGOProfilerPath() const in GetPGOProfilerPath()
888 void SetPGOProfilerPath(const std::string& value) in SetPGOProfilerPath()
1043 std::string GetCompilerSelectMethods() const in GetCompilerSelectMethods()
1048 void SetCompilerSelectMethods(std::string value) in SetCompilerSelectMethods()
1053 std::string GetCompilerSkipMethods() const in GetCompilerSkipMethods()
1058 void SetCompilerSkipMethods(std::string value) in SetCompilerSkipMethods()
1083 void SetTargetCompilerMode(std::string mode) in SetTargetCompilerMode()
1088 std::string GetTargetCompilerMode() const in GetTargetCompilerMode()
1108 void SetHapPath(std::string path) in SetHapPath()
1113 std::string GetHapPath() const in GetHapPath()
1173 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith()
1184 bool ParseDoubleParam(const std::string &option, double* argDouble);
1185 bool ParseIntParam(const std::string &option, int* argInt);
1186 bool ParseUint32Param(const std::string &option, uint32_t *argUInt32);
1187 bool ParseUint64Param(const std::string &option, uint64_t *argUInt64);
1188 … void ParseListArgParam(const std::string &option, arg_list_t *argListStr, std::string delimiter);
1191 std::string stubFile_ {"stub.an"};
1195 std::string arkBundleName_ = {""};
1198 std::string aotOutputFile_ {""};
1199 std::string targetTriple_ {TARGET_X64};
1205 std::string asmOpcodeDisableRange_ {""};
1210 std::string icuDataPath_ {"default"};
1212 std::string compilerLogOpt_ {"none"};
1213 std::string compilerLogMethods_ {"none"};
1220 std::string builtinsDTS_ {""};
1222 std::string logLevel_ {"error"};
1232 std::string entryPoint_ {"_GLOBAL::func_main_0"};
1248 std::string pgoProfilerPath_ {""};
1255 std::string compilerSelectMethods_ {""};
1256 std::string compilerSkipMethods_ {""};
1259 std::string targetCompilerMode_ {""};
1260 std::string hapPath_ {""};