Searched refs:annotationName (Results 1 – 2 of 2) sorted by relevance
49 … auto *annotationName = reinterpret_cast<const char *>(pf->GetStringData(ada.GetClassId()).data); in Initialize() local50 if (::strcmp("L_ESCallTypeAnnotation;", annotationName) == 0) { in Initialize()59 } else if (::strcmp("L_ESSlotNumberAnnotation;", annotationName) == 0) { in Initialize()
45 …auto *annotationName = reinterpret_cast<const char *>(jsPandaFile->GetStringData(ada.GetClassId())… in GetMethodAnnoOffset() local46 ASSERT(annotationName != nullptr); in GetMethodAnnoOffset()47 if (::strcmp(TYPE_ANNO_RECORD_NAME, annotationName) != 0) { in GetMethodAnnoOffset()