Lines Matching defs:baseMethodId
151 EntityId baseMethodId = baseMethodLiteral->GetMethodId();
152 JSTaggedValue baseConstpoolValue = context->FindConstpool(baseFile.get(), baseMethodId);
153 // After the method replaced, the methodId is baseMethodId,
155 ReplacedMethod replacedMethod {baseMethodId, baseFileName};
344 EntityId baseMethodId = baseMethod->GetMethodId();
346 FindSameMethod(patchInfo, baseFile, baseMethodId, baseClassInfo);
364 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs);
405 EntityId baseMethodId = baseMethod->GetMethodId();
407 FindSameMethod(patchInfo, baseFile, baseMethodId, baseClassInfo);
425 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs);
430 EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo)
434 if (!baseMethodId.IsValid() || baseMethodId.GetOffset() >= baseFile->GetFileSize()) {
437 CString baseRecordName = MethodLiteral::GetRecordName(baseFile, baseMethodId);
439 auto iter = baseClassInfo.find(baseMethodId.GetOffset());
443 CString baseMethodName = GetRealName(baseFile, baseMethodId, baseClassName);
456 EntityId baseMethodId, const BaseMethodIndex &indexs)
459 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset());
461 + std::to_string(baseMethodId.GetOffset()));