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

/external/chromium_org/third_party/skia/forth/
H A DForth.h41 int depth() const { return fStackStop - fStackCurr; }
42 void clearStack() { fStackCurr = fStackStop; }
62 intptr_t* fStackStop; member in class:ForthEngine

Completed in 1981 milliseconds