Home
last modified time | relevance | path

Searched refs:mAnnotationInfo (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A DHangReports.cpp57 AnnotationInfo* annotationsEntry = mAnnotationInfo.Get(annotationsKey); in AddHang()
66 mAnnotationInfo.Put(annotationsKey, in AddHang()
78 for (auto iter = mAnnotationInfo.Iter(); !iter.Done(); iter.Next()) { in PruneStackReferences()
109 n += mAnnotationInfo.ShallowSizeOfExcludingThis(aMallocSizeOf); in SizeOfExcludingThis()
110 n += mAnnotationInfo.Count() * sizeof(AnnotationInfo); in SizeOfExcludingThis()
111 for (auto iter = mAnnotationInfo.ConstIter(); !iter.Done(); iter.Next()) { in SizeOfExcludingThis()
135 return mAnnotationInfo; in GetAnnotationInfo()
H A DHangReports.h84 nsClassHashtable<nsStringHashKey, AnnotationInfo> mAnnotationInfo; variable
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/classloader/
H A DAnnotatableEntity.java25 public final AnnotationInfo mAnnotationInfo; field in AnnotatableEntity
29 mAnnotationInfo = aAnnotationInfo; in AnnotatableEntity()
/dports/www/firefox/firefox-99.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/classloader/
H A DAnnotatableEntity.java29 public final AnnotationInfo mAnnotationInfo; field in AnnotatableEntity
33 mAnnotationInfo = aAnnotationInfo; in AnnotatableEntity()
/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/classloader/
H A DAnnotatableEntity.java25 public final AnnotationInfo mAnnotationInfo; field in AnnotatableEntity
29 mAnnotationInfo = aAnnotationInfo; in AnnotatableEntity()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/annotationProcessors/classloader/
H A DAnnotatableEntity.java25 public final AnnotationInfo mAnnotationInfo; field in AnnotatableEntity
29 mAnnotationInfo = aAnnotationInfo; in AnnotatableEntity()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/classloader/
H A DAnnotatableEntity.java25 public final AnnotationInfo mAnnotationInfo; field in AnnotatableEntity
29 mAnnotationInfo = aAnnotationInfo; in AnnotatableEntity()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/classloader/
H A DAnnotatableEntity.java25 public final AnnotationInfo mAnnotationInfo; field in AnnotatableEntity
29 mAnnotationInfo = aAnnotationInfo; in AnnotatableEntity()
/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/
H A DCodeGenerator.java315 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateMethod()
356 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateNative()
421 final AnnotationInfo info = annotatedField.mAnnotationInfo; in generateField()
513 final AnnotationInfo info = annotatedConstructor.mAnnotationInfo; in generateConstructor()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/annotationProcessors/
H A DCodeGenerator.java303 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateMethod()
344 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateNative()
409 final AnnotationInfo info = annotatedField.mAnnotationInfo; in generateField()
500 final AnnotationInfo info = annotatedConstructor.mAnnotationInfo; in generateConstructor()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java315 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateMethod()
356 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateNative()
421 final AnnotationInfo info = annotatedField.mAnnotationInfo; in generateField()
513 final AnnotationInfo info = annotatedConstructor.mAnnotationInfo; in generateConstructor()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java373 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateMethod()
416 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateNative()
509 final AnnotationInfo info = annotatedField.mAnnotationInfo; in generateField()
601 final AnnotationInfo info = annotatedConstructor.mAnnotationInfo; in generateConstructor()
/dports/www/firefox/firefox-99.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java432 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateMethod()
486 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateNative()
595 final AnnotationInfo info = annotatedField.mAnnotationInfo; in generateField()
718 final AnnotationInfo info = annotatedConstructor.mAnnotationInfo; in generateConstructor()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DCodeGenerator.java373 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateMethod()
416 final AnnotationInfo info = annotatedMethod.mAnnotationInfo; in generateNative()
509 final AnnotationInfo info = annotatedField.mAnnotationInfo; in generateField()
601 final AnnotationInfo info = annotatedConstructor.mAnnotationInfo; in generateConstructor()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A DTelemetry.cpp269 nsClassHashtable<nsStringHashKey, AnnotationInfo> mAnnotationInfo; in InsertSwiftVariables()
303 AnnotationInfo* annotationsEntry = mAnnotationInfo.Get(annotationsKey); in InsertSwiftVariables()
312 mAnnotationInfo.Put(annotationsKey, new AnnotationInfo(hangIndex, Move(aAnnotations))); in InsertSwiftVariables()
324 for (auto iter = mAnnotationInfo.Iter(); !iter.Done(); iter.Next()) { in InsertSwiftVariables()
354 n += mAnnotationInfo.ShallowSizeOfExcludingThis(aMallocSizeOf); in InsertSwiftVariables()
355 n += mAnnotationInfo.Count() * sizeof(AnnotationInfo); in InsertSwiftVariables()
356 for (auto iter = mAnnotationInfo.ConstIter(); !iter.Done(); iter.Next()) { in InsertSwiftVariables()
385 return mAnnotationInfo; in InsertSwiftVariables()