Home
last modified time | relevance | path

Searched refs:EncodeName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp99 const std::string className = namemangler::EncodeName(strMap.at(classIdx)); in GetFunctionName()
100 const std::string methodName = namemangler::EncodeName(strMap.at(methodIdx)); in GetFunctionName()
101 const std::string sigName = namemangler::EncodeName(strMap.at(sigIdx)); in GetFunctionName()
108 const std::string methodName = namemangler::EncodeName(strMap.at(methodIdx)); in GetMethodSigStr()
109 const std::string sigName = namemangler::EncodeName(strMap.at(sigIdx)); in GetMethodSigStr()
Dnamemangler.cpp95 std::string EncodeName(const std::string &name) in EncodeName() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h200 std::string EncodeName(const std::string &name);