Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java40 private long mStackDepth; field in Decoder.Validator
63 mStackDepth = 0; in Validator()
94 ++mStackDepth; in increaseStackDepth()
95 if (mStackDepth >= MAX_RECURSION_DEPTH) { in increaseStackDepth()
101 --mStackDepth; in decreaseStackDepth()