Searched refs:getRetainCount (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/iokit/Tests/
H A DTestCollections.cpp245 if (sym->getRetainCount() == 1)
432 count2 += sym->getRetainCount();
466 count2 -= sym->getRetainCount();
522 TEST_ASSERT('D', "1i", 2 == sym->getRetainCount());
539 if (1 == sym->getRetainCount())
549 count1 += (symCache[i]->getRetainCount() == 3);
568 count1 += (symCache[i]->getRetainCount() == 1);
579 if (1 == sym->getRetainCount()) {
593 count1 += (symCache[i]->getRetainCount() == 3);
594 count2 += (cache[i]->getRetainCount()
[all...]
H A DTestContainers.cpp398 if (cache[i]->getRetainCount() == 1) {
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSObject.h319 * @function getRetainCount
327 virtual int getRetainCount() const;
H A DOSMetaClass.h461 * @function getRetainCount
466 * //apple_ref/cpp/instm/OSObject/getRetainCount/virtualint/()
467 * getRetainCount()@/link</code>.
472 * //apple_ref/cpp/instm/OSObject/getRetainCount/virtualint/()
473 * OSObject::getRetainCount()@/link</code>.
475 virtual int getRetainCount() const = 0;
1029 * @function getRetainCount
1032 * Implements the abstract <code>getRetainCount</code>
1043 virtual int getRetainCount() const;
/xnu-2422.115.4/libkern/c++/
H A DOSObject.cpp108 int OSObject::getRetainCount() const function in class:OSObject
H A DOSKext.cpp3349 if (mkextData && mkextData->getRetainCount() > 1) {
6092 if (aKext->getRetainCount() > kOSKextMinLoadedRetainCount) {
6133 if (getRetainCount() > kOSKextMinLoadedRetainCount) {
6143 if (getRetainCount() > kOSKextMinLoadedRetainCount) {
6228 if (getRetainCount() > kOSKextMinLoadedRetainCount) {
6589 if ((aKext->getRetainCount() > kOSKextMinLoadedRetainCount) ||
7948 if (requestDict->getRetainCount() > 1) {
8515 int kextRetainCount = getRetainCount() - 1;
H A DOSMetaClass.cpp504 int OSMetaClass::getRetainCount() const { return 0; } function in class:OSMetaClass
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp2875 getName(), inst->getRetainCount());
2883 inst->getRetainCount());
H A DIOUserClient.cpp1519 *retainCount = object->getRetainCount();

Completed in 178 milliseconds