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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp854 nsTraceRefcntImpl::WalkTheStack(FILE* aStream) function in class:nsTraceRefcntImpl
864 nsTraceRefcntImpl::WalkTheStack(FILE* aStream) function in class:nsTraceRefcntImpl
932 nsTraceRefcntImpl::WalkTheStack(FILE* aStream) function in class:nsTraceRefcntImpl
934 stack_frame* currentFrame = getStackFrame(); // WalkTheStack's frame.
935 currentFrame = currentFrame->next; // WalkTheStack's caller's frame.
936 currentFrame = currentFrame->next; // WalkTheStack's caller's caller's frame.
964 nsTraceRefcntImpl::WalkTheStack(FILE* aStream) function in class:nsTraceRefcntImpl
1133 WalkTheStack(gAllocLog);
1144 WalkTheStack(gRefcntsLog);
1192 WalkTheStack(gRefcntsLo
[all...]

Completed in 48 milliseconds