Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp311 CString baseMethodName = MethodLiteral::GetMethodName(baseFile, baseMethodId); in FindSameMethod() local
312 auto methodIter = recordIter->second.find(baseMethodName); in FindSameMethod()
317 LOG_ECMA(INFO) << "Replace base method: " << baseRecordName << ":" << baseMethodName; in FindSameMethod()