Lines Matching full:base
48 …oid InsertBaseClassMethodInfo(uint32_t constpoolIndex, uint32_t literalIndex, MethodLiteral *base);
72 … static bool CheckImportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base);
73 …ic bool CheckLocalExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base);
74 …bool CheckIndirectExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base);
75 …tic bool CheckStarExportEntriesMismatch(JSThread *thread, JSTaggedValue patch, JSTaggedValue base);
76 static bool CheckImportEntryMismatch(ImportEntry *patch, ImportEntry *base);
77 static bool CheckLocalExportEntryMismatch(LocalExportEntry *patch, LocalExportEntry *base);
78 …tatic bool CheckIndirectExportEntryMismatch(IndirectExportEntry *patch, IndirectExportEntry *base);
79 static bool CheckStarExportEntryMismatch(StarExportEntry *patch, StarExportEntry *base);
84 // key: base constpool index, value: base methodLiteral.
88 // key: base constpool index.
89 // key: class literal tagged array index, value: base methodLiteral.