Home
last modified time | relevance | path

Searched refs:GetRealName (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.h140 static CString GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &className);
H A Dpatch_loader.cpp443 CString baseMethodName = GetRealName(baseFile, baseMethodId, baseClassName); in FindSameMethod()
480 CString methodName = GetRealName(patchFile, methodId, className); in GeneratePatchInfo()
550 className = GetRealName(jsPandaFile, entityId, className); in CollectClassInfo()
577 CString PatchLoader::GetRealName(const JSPandaFile *jsPandaFile, EntityId entityId, CString &className) in GetRealName() function in panda::ecmascript::PatchLoader

Completed in 3 milliseconds