Searched refs:kThreshold (Results 1 – 13 of 13) sorted by relevance
91 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local97 if (count < kThreshold) { in PrintBytesInObjectToImpl()
264 static const double kThreshold = 1e-12; in RotationMatrixToAngleAxis() local265 if ((sintheta > kThreshold) || (sintheta < -kThreshold)) { in RotationMatrixToAngleAxis()
616 const size_t kThreshold = 18; in UniversalPrintArray() local622 if (len <= kThreshold) { in UniversalPrintArray()
2008 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in Allocate() local2014 if (bytes_left > kThreshold && in Allocate()2017 int linear_size = owner_->RoundSizeDownToObjectAlignment(kThreshold); in Allocate()
620 static const int kThreshold = 20; in ReserveSpace() local621 while (gc_performed && counter++ < kThreshold) { in ReserveSpace()
8637 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local8643 if (count < kThreshold) { in PrintBytesInObjectToImpl()
9801 const size_t kThreshold = 18;9807 if (len <= kThreshold) {