Searched refs:GetMethodNameView (Results 1 – 2 of 2) sorted by relevance
106 auto [methodName, isASCII] = GetMethodNameView(jsPandaFile, methodId); in ParseFunctionNameView()145 return GetMethodNameView(jsPandaFile, methodId, cpuProfiler).first.data(); in GetMethodName()148 std::pair<std::string_view, bool> MethodLiteral::GetMethodNameView( in GetMethodNameView() function in panda::ecmascript::MethodLiteral
393 …static std::pair<std::string_view, bool> GetMethodNameView(const JSPandaFile* jsPandaFile, EntityI…