Lines Matching refs:call_depth_
101 call_depth_++;
109 call_depth_--;
113 if (call_depth_ == 0) BindAllPendingLabels();
121 VIXL_ASSERT(call_depth_ > 0);
122 if (call_depth_ == 1) {
135 VIXL_ASSERT(call_depth_ > 0);
136 if (call_depth_ == 1) {
152 // If we are at the top call level (call_depth_ == 1), generate nested calls
154 VIXL_ASSERT(call_depth_ > 0);
155 if (GetRandomBits(call_depth_ + 1) == 0) {