Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h114 std::string GetMethodSigStr(uint32 methodIdx, uint32 sigIdx) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp106 std::string Profile::GetMethodSigStr(uint32 methodIdx, uint32 sigIdx) const in GetMethodSigStr() function in maple::Profile
158 … std::string methodSigStr = GetMethodSigStr(methodSigItem->methodIdx, methodSigItem->sigIdx); in ParseMethodSignature()