Home
last modified time | relevance | path

Searched defs:patchEntry (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp579 auto patchEntry = ImportEntry::Cast(patchArr->Get(thread, i)); in CheckImportEntriesMismatch() local
604 auto patchEntry = LocalExportEntry::Cast(patchArr->Get(thread, i)); in CheckLocalExportEntriesMismatch() local
611 auto patchEntry = LocalExportEntry::Cast(patch); in CheckLocalExportEntriesMismatch() local
635 auto patchEntry = IndirectExportEntry::Cast(patchArr->Get(thread, i)); in CheckIndirectExportEntriesMismatch() local
642 auto patchEntry = IndirectExportEntry::Cast(patch); in CheckIndirectExportEntriesMismatch() local
666 auto patchEntry = StarExportEntry::Cast(patchArr->Get(thread, i)); in CheckStarExportEntriesMismatch() local
673 auto patchEntry = StarExportEntry::Cast(patch); in CheckStarExportEntriesMismatch() local