Home
last modified time | relevance | path

Searched refs:StrToUInt32 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/prof_dump/
Dmain.cpp85 if (!base::StringHelper::StrToUInt32(optarg, &hotnessThreshold_)) { in ParseCommand()
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h119 if (!StringHelper::StrToUInt32(versionNumber[i].c_str(), &result)) { in InternalSetVersion()
Dstring_helper.h394 static bool StrToUInt32(const char *content, uint32_t *result) in StrToUInt32() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp237 if (!base::StringHelper::StrToUInt32(checksum.c_str(), &result)) { in ParseFromText()
405 … if (!base::StringHelper::StrToUInt32(typeStrings[METHOD_OFFSET_INDEX].c_str(), &offset)) { in ParseFromText()
409 if (!base::StringHelper::StrToUInt32(typeStrings[METHOD_TYPE_INDEX].c_str(), &type)) { in ParseFromText()
817 …if (!base::StringHelper::StrToUInt32(infoStrings[PGOMethodInfo::METHOD_COUNT_INDEX].c_str(), &coun… in ParseFromText()
830 …if (!base::StringHelper::StrToUInt32(infoStrings[PGOMethodInfo::METHOD_ID_INDEX].c_str(), &methodI… in ParseFromText()