Searched refs:nsTraceRefcnt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsTraceRefcnt.cpp41 #include "nsTraceRefcnt.h"
79 nsTraceRefcnt::LogAddRef(void * aPtr, nsrefcnt aNewRefcnt, const char *aTypeName, PRUint32 aInstanceSize)
87 nsTraceRefcnt::LogRelease(void * aPtr, nsrefcnt aNewRefcnt, const char *aTypeName)
95 nsTraceRefcnt::LogCtor(void * aPtr, const char *aTypeName, PRUint32 aInstanceSize)
103 nsTraceRefcnt::LogDtor(void * aPtr, const char *aTypeName, PRUint32 aInstanceSize)
111 nsTraceRefcnt::LogAddCOMPtr(void * aPtr, nsISupports *aObject)
119 nsTraceRefcnt::LogReleaseCOMPtr(void * aPtr, nsISupports *aObject)
H A DnsTraceRefcnt.h51 // nsTraceRefcnt.h for more information).
64 nsTraceRefcnt::LogAddRef((_p), (_rc), (_type), (PRUint32) (_size))
67 nsTraceRefcnt::LogRelease((_p), (_rc), (_type))
73 nsTraceRefcnt::LogCtor((void*)this, #_type, sizeof(*this)); \
78 nsTraceRefcnt::LogDtor((void*)this, #_type, sizeof(*this)); \
89 nsTraceRefcnt::LogAddCOMPtr((_c),NS_STATIC_CAST(nsISupports*,_p))
93 nsTraceRefcnt::LogReleaseCOMPtr((_c), NS_STATIC_CAST(nsISupports*,_p))
113 class nsTraceRefcnt { class
H A Dobjs.mk44 nsTraceRefcnt.cpp \
54 nsTraceRefcnt.h \
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Ddlldeps.cpp50 #include "nsTraceRefcnt.h"
124 nsTraceRefcnt::LogAddCOMPtr(nsnull, nsnull);

Completed in 41 milliseconds