Searched defs:mLoopDepth (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp183 int mLoopDepth; member in class:slang::__anon1285::DestructorVisitor
197 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {}
223 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) {
230 if (mLoopDepth == 0) {
237 mLoopDepth++;
239 mLoopDepth--;
243 mLoopDepth++;
245 mLoopDepth--;
259 mLoopDepth++;
261 mLoopDepth
[all...]

Completed in 34 milliseconds