Home | History | Annotate | Download | only in vm

Lines Matching full:pcount

823 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount)
832 if (pCount != NULL)
833 *pCount = 0;
899 assert(pCount != NULL);
902 if (pCount != NULL)
903 *pCount = stackDepth;