Lines Matching defs:base
284 … MethodLiteral *base = baseFile->FindMethodLiteral(baseMethod->GetMethodId().GetOffset()); in ReplaceMethod() local
310 … MethodLiteral *base = baseFile->FindMethodLiteral(baseMethod->GetMethodId().GetOffset()); in ReplaceMethod() local
401 MethodLiteral *base = item.second; in UnloadPatch() local
418 MethodLiteral *base = classItem.second; in UnloadPatch() local
489 …der::InsertBaseClassMethodInfo(uint32_t constpoolIndex, uint32_t literalIndex, MethodLiteral *base) in InsertBaseClassMethodInfo()
535 JSTaggedValue base; in CheckIsModuleMismatch() local
568 …ickFixLoader::CheckImportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckImportEntriesMismatch()
593 …xLoader::CheckLocalExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckLocalExportEntriesMismatch()
624 …ader::CheckIndirectExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckIndirectExportEntriesMismatch()
655 …ixLoader::CheckStarExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base) in CheckStarExportEntriesMismatch()
686 bool QuickFixLoader::CheckImportEntryMismatch(ImportEntry *patch, ImportEntry *base) in CheckImportEntryMismatch()
719 bool QuickFixLoader::CheckLocalExportEntryMismatch(LocalExportEntry *patch, LocalExportEntry *base) in CheckLocalExportEntryMismatch()
743 …kFixLoader::CheckIndirectExportEntryMismatch(IndirectExportEntry *patch, IndirectExportEntry *base) in CheckIndirectExportEntryMismatch()
776 bool QuickFixLoader::CheckStarExportEntryMismatch(StarExportEntry *patch, StarExportEntry *base) in CheckStarExportEntryMismatch()