HomeSort by relevance Sort by last modified time
    Searched refs:kLarge (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkTDynamicHash.h 165 static const int kLarge = 50; // Arbitrary, tweak to suit your patience.
172 if (fCount < kLarge * kLarge) {
188 if (fCount < kLarge) {
  /external/skqp/src/core/
SkTDynamicHash.h 165 static const int kLarge = 50; // Arbitrary, tweak to suit your patience.
172 if (fCount < kLarge * kLarge) {
188 if (fCount < kLarge) {
  /external/v8/src/zone/
zone.cc 135 if (segment_size_ == SegmentSize::kLarge) {
zone.h 38 enum class SegmentSize { kLarge, kDefault };
  /external/v8/src/builtins/
setup-builtins-internal.cc 140 ? SegmentSize::kLarge
165 ? SegmentSize::kLarge
  /external/v8/src/heap/
spaces.h 132 kLarge,
    [all...]
spaces.cc     [all...]

Completed in 203 milliseconds