Max 358 src/arm/full-codegen-arm.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 410 src/arm/full-codegen-arm.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 972 src/ast.cc max_match_ = Max(max_match_, alternative->max_match()); Max 191 src/bignum.cc EnsureCapacity(1 + Max(BigitLength(), other.BigitLength()) - exponent_); Max 208 src/bignum.cc used_digits_ = Max(bigit_pos, used_digits_); Max 760 src/builtins.cc int k = (relative_start < 0) ? Max(len + relative_start, 0) Max 764 src/builtins.cc int final = (relative_end < 0) ? Max(len + relative_end, 0) Max 770 src/builtins.cc int result_len = Max(final - k, 0); Max 817 src/builtins.cc int actual_start = (relative_start < 0) ? Max(len + relative_start, 0) Max 839 src/builtins.cc actual_delete_count = Min(Max(value, 0), len - actual_start); Max 1537 src/elements.cc return Max(static_cast<uint32_t>(parameter_map->length() - 2), Max 544 src/heap.cc allocation_timeout_ = Max(6, FLAG_gc_interval); Max 2851 src/heap.cc number_string_cache_size = Max(kInitialNumberStringCacheSize * 2, Max 5058 src/heap.cc intptr_t size_factor = Min(Max(hint, 20), kMaxHint) / 4; Max 5809 src/heap.cc max_old_generation_size_ = Max(static_cast<intptr_t>(paged_space_count * Max 6839 src/heap.cc spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0); Max 6865 src/heap.cc heap_->max_gc_pause_ = Max(heap_->max_gc_pause_, time); Max 6866 src/heap.cc heap_->max_alive_after_gc_ = Max(heap_->max_alive_after_gc_, Max 1365 src/heap.h Max(old_gen_size + old_gen_size / divisor, kMinimumPromotionLimit); Max 1375 src/heap.h Max(old_gen_size + old_gen_size / divisor, kMinimumAllocationLimit); Max 145 src/hydrogen-instructions.cc lower_ = Max(lower_, other->lower_); Max 152 src/hydrogen-instructions.cc upper_ = Max(upper_, other->upper_); Max 228 src/hydrogen-instructions.cc upper_ = Max(Max(v1, v2), Max(v3, v4)); Max 343 src/ia32/full-codegen-ia32.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 405 src/ia32/full-codegen-ia32.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 957 src/incremental-marking.cc longest_step_ = Max(longest_step_, delta); Max 545 src/isolate.cc int limit = Max(frame_limit, 0); Max 458 src/json-parser.h int length = Min(max_length, Max(kInitialSpecialStringLength, 2 * count)); Max 532 src/jsregexp.cc int size = Max(registers_per_match, OffsetsVector::kStaticOffsetsVectorSize); Max 3296 src/jsregexp.cc bound_checked_up_to_ = Max(0, bound_checked_up_to_ - by); Max 5326 src/jsregexp.cc int new_to = Max(to_replace.to(), to); Max 5334 src/jsregexp.cc int new_to = Max(list->at(end_pos - 1).to(), to); Max 5906 src/jsregexp.cc for (int i = Max(0, half_way); Max 682 src/jsregexp.h return Interval(Min(from_, that.from_), Max(to_, that.to_)); Max 437 src/lithium-allocator.cc first_interval_->end_ = Max(end, first_interval_->end_); Max 363 src/mips/full-codegen-mips.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 416 src/mips/full-codegen-mips.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 1626 src/objects-inl.h limit = Max(inobject, kMaxFastProperties); Max 1628 src/objects-inl.h limit = Max(inobject, kFastPropertiesSoftLimit); Max 123 src/platform-cygwin.cc Max(highest_ever_allocated, Max 138 src/platform-freebsd.cc Max(highest_ever_allocated, Max 316 src/platform-linux.cc Max(highest_ever_allocated, Max 117 src/platform-macos.cc Max(highest_ever_allocated, Max 160 src/platform-openbsd.cc Max(highest_ever_allocated, Max 108 src/platform-solaris.cc return Max(STACK_ALIGN, 16); Max 152 src/platform-solaris.cc Max(highest_ever_allocated, Max 821 src/platform-win32.cc Max(highest_ever_allocated, Max 13318 src/runtime.cc limit = Max(limit, 0); // Ensure that limit is not negative. Max 230 src/scanner.h int capacity = Max(min_capacity, backing_store_.length()); Max 148 src/scopes.cc num_heap_slots_ = Max(num_heap_slots_, Max 1158 src/serialize.cc Max(root_index_wave_front_, static_cast<intptr_t>(current - start)); Max 1153 src/spaces.cc int new_capacity = Max(InitialCapacity(), 2 * SizeAsInt()); Max 82 src/string-search.h start_(Max(0, pattern.length() - kBMMaxShift)) { Max 222 src/utils.h T Max(T a, T b) { Max 129 src/v8utils.h ASSERT(Min(dst, src) + num_words <= Max(dst, src)); Max 339 src/x64/full-codegen-x64.cc Max(1, distance / kBackEdgeDistanceDivisor)); Max 395 src/x64/full-codegen-x64.cc Max(1, distance = kBackEdgeDistanceDivisor)); Max 194 src/zone.cc new_size = Max(kSegmentOverhead + size, kMaximumSegmentSize);