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