Home | History | Annotate | Download | only in aarch32

Lines Matching refs:kMaxRecursion

141       if (count_ >= kMaxRecursion) {
146 for (unsigned i = 0; i < kMaxRecursion; i++) {
153 VIXL_ASSERT((count_ > 0) && (count_ < kMaxRecursion));
159 static const uint32_t kMaxRecursion = 6;
160 const char* location_stack_[kMaxRecursion];
165 // MacroAssemblerContext::kMaxRecursion.