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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp189 int mSwitchDepth; member in class:slang::__anon1285::DestructorVisitor
197 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {}
223 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) {
253 mSwitchDepth++;
255 mSwitchDepth--;

Completed in 29 milliseconds