Home
last modified time | relevance | path

Searched defs:stackLevel (Results 1 – 4 of 4) sorted by relevance

/development/emulator/qtools/
Dstack_dump.cpp43 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()
Dcoverage.cpp24 void push(int stackLevel, uint64_t time, CallStackBase *base) { in push()
27 void pop(int stackLevel, uint64_t time, CallStackBase *base) { in pop()
Dcallstack.h29 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
Dq2dm.cpp71 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()