Home
last modified time | relevance | path

Searched refs:methodSigStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp110 const std::string methodSigStr = methodName + "_7C" + sigName; in GetMethodSigStr() local
111 return methodSigStr; in GetMethodSigStr()
158 … std::string methodSigStr = GetMethodSigStr(methodSigItem->methodIdx, methodSigItem->sigIdx); in ParseMethodSignature() local
159 metaData.insert(methodSigStr); in ParseMethodSignature()
442 bool Profile::CheckMethodSigHot(const std::string &methodSigStr) const in CheckMethodSigHot()
448 if (methodSigMeta.find(methodSigStr) == methodSigMeta.end()) { in CheckMethodSigHot()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h63 bool CheckMethodSigHot(const std::string &methodSigStr) const;