Searched defs:loggingThisType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp1119 PRBool loggingThisType = (!gTypesToLog || LogThisType(aClazz)); local
1121 if (gSerialNumbers && loggingThisType) {
1130 if (aRefcnt == 1 && gAllocLog && loggingThisType && loggingThisObject) {
1136 if (gRefcntsLog && loggingThisType && loggingThisObject) {
1173 PRBool loggingThisType = (!gTypesToLog || LogThisType(aClazz)); local
1175 if (gSerialNumbers && loggingThisType) {
1184 if (gRefcntsLog && loggingThisType && loggingThisObject) {
1200 if (aRefcnt == 0 && gAllocLog && loggingThisType && loggingThisObject) {
1207 if (aRefcnt == 0 && gSerialNumbers && loggingThisType) {
1237 PRBool loggingThisType local
1277 PRBool loggingThisType = (!gTypesToLog || LogThisType(aType)); local
[all...]

Completed in 76 milliseconds