Searched defs:stackLevel (Results 1 – 4 of 4) sorted by relevance
/development/emulator/qtools/ |
D | stack_dump.cpp | 43 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base) in push() 57 void MyFrame::pop(int stackLevel, uint64_t time, CallStackBase *base) in pop()
|
D | coverage.cpp | 24 void push(int stackLevel, uint64_t time, CallStackBase *base) { in push() 27 void pop(int stackLevel, uint64_t time, CallStackBase *base) { in pop()
|
D | callstack.h | 29 virtual void push(int stackLevel, uint64_t time, CallStackBase *base) {}; in push() 30 virtual void pop(int stackLevel, uint64_t time, CallStackBase *base) {}; in pop() 560 int stackLevel; in doPop() local 697 int stackLevel; in doMethodPop() local
|
D | q2dm.cpp | 71 void MyFrame::push(int stackLevel, uint64_t time, CallStackBase *base) in push() 93 void MyFrame::pop(int stackLevel, uint64_t time, CallStackBase *base) in pop()
|