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

/darwin-on-arm/xnu/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) {
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSObject.h319 * @function getRetainCount
327 virtual int getRetainCount() const;
H A DOSMetaClass.h502 * @function getRetainCount
507 * //apple_ref/cpp/instm/OSObject/getRetainCount/virtualint/()
508 * getRetainCount()@/link</code>.
513 * //apple_ref/cpp/instm/OSObject/getRetainCount/virtualint/()
514 * OSObject::getRetainCount()@/link</code>.
516 virtual int getRetainCount() const = 0;
1070 * @function getRetainCount
1073 * Implements the abstract <code>getRetainCount</code>
1084 virtual int getRetainCount() const;
/darwin-on-arm/xnu/libkern/c++/
H A DOSObject.cpp108 int OSObject::getRetainCount() const function in class:OSObject
H A DOSKext.cpp3343 if (mkextData && mkextData->getRetainCount() > 1) {
5769 if (aKext->getRetainCount() > kOSKextMinLoadedRetainCount) {
5810 if (getRetainCount() > kOSKextMinLoadedRetainCount) {
5820 if (getRetainCount() > kOSKextMinLoadedRetainCount) {
5905 if (getRetainCount() > kOSKextMinLoadedRetainCount) {
6266 if ((aKext->getRetainCount() > kOSKextMinLoadedRetainCount) ||
7612 if (requestDict->getRetainCount() > 1) {
8176 int kextRetainCount = getRetainCount() - 1;
H A DOSMetaClass.cpp504 int OSMetaClass::getRetainCount() const { return 0; } function in class:OSMetaClass
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2846 getName(), inst->getRetainCount());
2854 inst->getRetainCount());
H A DIOUserClient.cpp1487 *retainCount = object->getRetainCount();

Completed in 128 milliseconds