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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp189 int mLoopDepth; member in class:slang::__anon1302::DestructorVisitor
274 mLoopDepth(0),
300 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) {
313 if (mLoopDepth == 0) {
326 mLoopDepth++;
328 mLoopDepth--;
333 mLoopDepth++;
335 mLoopDepth--;
363 mLoopDepth++;
365 mLoopDepth
[all...]

Completed in 158 milliseconds