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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp184 int mLoopDepth; member in class:slang::__anon1256::DestructorVisitor
198 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {}
224 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) {
231 if (mLoopDepth == 0) {
238 mLoopDepth++;
240 mLoopDepth--;
244 mLoopDepth++;
246 mLoopDepth--;
260 mLoopDepth++;
262 mLoopDepth
[all...]

Completed in 1036 milliseconds