Home
last modified time | relevance | path

Searched refs:mPrevFunction (Results 1 – 1 of 1) sorted by relevance

/sdk/emulator/qtools/
Dcallstack.h101 symbol_type *mPrevFunction; variable
133 mPrevFunction = &mDummyFunction; in CallStack()
192 if (action == POP && mPrevFunction->vm_sym == NULL) { in updateStack()
227 mPrevFunction = function; in updateStack()
300 if (function == mPrevFunction) { in getAction()
346 if (((mPrevFunction->region->flags & kIsKernelRegion) == 0) in getAction()
351 mUserFunction = mPrevFunction; in getAction()
352 } else if ((mPrevFunction->region->flags & kIsKernelRegion) in getAction()
359 if (offset != 0 && mPrevFunction != &mDummyFunction) { in getAction()
450 if ((mPrevFunction->region->flags & kIsKernelRegion) in doPush()
[all …]