Home
last modified time | relevance | path

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

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DSuperRoot.java46 Iterable<Reference> getReferences() { in getReferences() method in SuperRoot
H A DAhatPlaceHolderInstance.java72 Iterable<Reference> getReferences() { in getReferences() method in AhatPlaceHolderInstance
H A DAhatClassObj.java122 Iterable<Reference> getReferences() { in getReferences() method in AhatClassObj
H A DAhatArrayInstance.java227 Iterable<Reference> getReferences() { in getReferences() method in AhatArrayInstance
H A DAhatClassInstance.java106 Iterable<Reference> getReferences() { in getReferences() method in AhatClassInstance
H A DAhatInstance.java222 abstract Iterable<Reference> getReferences(); in getReferences() method in AhatInstance
/aosp12/system/tools/hidl/
H A DTypeDef.cpp62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
H A DMethod.cpp77 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method
85 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method
H A DConstantExpression.cpp528 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression
536 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression
736 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
H A DType.cpp121 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type
129 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type
760 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
H A DArrayType.cpp63 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
H A DInterface.cpp425 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface
H A DEnumType.cpp87 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
H A DCompoundType.cpp50 std::vector<const Reference<Type>*> CompoundType::getReferences() const { in getReferences() function in android::CompoundType