Searched refs:mSwitchDepth (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp190 int mSwitchDepth; member in class:slang::__anon1256::DestructorVisitor
198 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {}
224 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) {
254 mSwitchDepth++;
256 mSwitchDepth--;

Completed in 32 milliseconds