Home
last modified time | relevance | path

Searched refs:annotationId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp47 mda.EnumerateAnnotations([&](EntityId annotationId) { in Initialize() argument
48 panda_file::AnnotationDataAccessor ada(*pf, annotationId); in Initialize()
Dtype_literal_extractor.cpp43 mda.EnumerateAnnotations([&jsPandaFile, &annoName, &pf, &annoOffset](EntityId annotationId) { in GetMethodAnnoOffset() argument
44 panda_file::AnnotationDataAccessor ada(pf, annotationId); in GetMethodAnnoOffset()