Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp103 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
Dmethod_literal.h392 …static std::pair<std::string_view, bool> GetMethodNameView(const JSPandaFile* jsPandaFile, EntityI…