/aosp12/system/tools/hidl/lint/lints/ |
H A D | emptyStructs.cpp | 44 if (compoundType->getReferences().size() == 0) { in checkSmallStructs() 49 } else if (compoundType->getReferences().size() == 1) { in checkSmallStructs()
|
H A D | safeunion.cpp | 65 for (const auto* nextRef : scope->getReferences()) { in lintUnionRecursively()
|
/aosp12/system/tools/hidl/ |
H A D | Type.cpp | 121 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type 122 const auto& constRet = static_cast<const Type*>(this)->getReferences(); in getReferences() 129 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type 155 for (const auto* ref : getReferences()) { in getStrongReferences() 179 for (auto* nextRef : getReferences()) { in recursivePass() 203 for (const auto* nextRef : getReferences()) { in recursivePass() 295 for (const Reference<Type>* innerRef : refType->getReferences()) { in checkForwardReferenceRestrictions() 760 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
|
H A D | ConstantExpression.h | 76 std::vector<Reference<LocalIdentifier>*> getReferences(); 77 virtual std::vector<const Reference<LocalIdentifier>*> getReferences() const; 222 std::vector<const Reference<LocalIdentifier>*> getReferences() const override;
|
H A D | Method.cpp | 77 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method 78 const auto& constRet = static_cast<const Method*>(this)->getReferences(); in getReferences() 85 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method 102 for (const auto* ref : getReferences()) { in getStrongReferences()
|
H A D | Method.h | 70 std::vector<Reference<Type>*> getReferences(); 71 std::vector<const Reference<Type>*> getReferences() const;
|
H A D | ConstantExpression.cpp | 528 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression 529 const auto& constRet = static_cast<const ConstantExpression*>(this)->getReferences(); in getReferences() 536 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression 570 for (auto* nextRef : getReferences()) { in recursivePass() 603 for (const auto* nextRef : getReferences()) { in recursivePass() 649 for (const auto* nextRef : getReferences()) { in checkAcyclic() 736 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
|
H A D | Type.h | 70 std::vector<Reference<Type>*> getReferences(); 71 virtual std::vector<const Reference<Type>*> getReferences() const; 372 std::vector<const Reference<Type>*> getReferences() const override;
|
H A D | TypeDef.h | 46 std::vector<const Reference<Type>*> getReferences() const override;
|
H A D | TypeDef.cpp | 62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
|
H A D | AST.cpp | 208 for (auto* nextRef : type->getReferences()) { in lookupTypes() 234 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes() 259 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions() 368 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions()
|
H A D | ArrayType.h | 43 std::vector<const Reference<Type>*> getReferences() const override;
|
H A D | Interface.h | 103 std::vector<const Reference<Type>*> getReferences() const override;
|
H A D | CompoundType.h | 50 std::vector<const Reference<Type>*> getReferences() const override;
|
H A D | EnumType.h | 72 std::vector<const Reference<Type>*> getReferences() const override;
|
H A D | Interface.cpp | 425 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface 433 const auto& references = method->getReferences(); in getReferences()
|
H A D | ArrayType.cpp | 63 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
|
H A D | EnumType.cpp | 87 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | AhatInstance.java | 222 abstract Iterable<Reference> getReferences(); in getReferences() method in AhatInstance 725 for (Reference ref : root.getReferences()) { in computeReachability() 741 for (Reference childRef : ref.ref.getReferences()) { in computeReachability() 801 return new DominatorReferenceIterator(retained, getReferences()); in getReferencesForDominators()
|
H A D | SuperRoot.java | 46 Iterable<Reference> getReferences() { in getReferences() method in SuperRoot
|
H A D | AhatPlaceHolderInstance.java | 72 Iterable<Reference> getReferences() { in getReferences() method in AhatPlaceHolderInstance
|
H A D | AhatClassObj.java | 122 Iterable<Reference> getReferences() { in getReferences() method in AhatClassObj
|
H A D | AhatArrayInstance.java | 227 Iterable<Reference> getReferences() { in getReferences() method in AhatArrayInstance
|
H A D | AhatClassInstance.java | 106 Iterable<Reference> getReferences() { in getReferences() method in AhatClassInstance
|
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlHelper.cpp | 129 for (const Reference<Type>* ref : method->getReferences()) { in emitFileHeader() 147 for (const Reference<Type>* ref : type.getReferences()) { in emitFileHeader()
|