v8/test/cctest/heap
Mathias Bynens 7915cf939e [elements] Rename Has*Elements and Is*ElementsKind methods
Commit 26c00f4a4c improved the names of
most FAST_* elements kinds in the enum. This patch updates the matching
Has*Elements and Is*ElementsKind method names accordingly.

- HasFastSmiElements => HasSmiElements
- IsFastSmiElementsKind => IsSmiElementsKind
- HasFastObjectElements => HasObjectElements
- IsFastObjectElementsKind => IsObjectElementsKind
- HasFastSmiOrObjectElements => HasSmiOrObjectElements
- IsFastSmiOrObjectElementsKind => IsSmiOrObjectElementsKind
- HasFastDoubleElements => HasDoubleElements
- IsFastDoubleElementsKind => IsDoubleElementsKind
- HasFastHoleyElements => HasHoleyElements
- IsFastHoleyElementsKind => IsHoleyElementsKind

Additionally, FastHoleyElementsUsage is renamed to HoleyElementsUsage.

BUG=v8:6548

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Ie8f3d01eb43e909cbc6c372d88c5fbc4dfc2ac04
Reviewed-on: https://chromium-review.googlesource.com/558356
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46376}
2017-07-03 09:25:53 +00:00
..
heap-tester.h [heap] Fix a missing write barrier in Heap::Allocate. 2017-05-29 15:03:50 +00:00
heap-utils.cc [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
heap-utils.h [heap] Exclude the owner of the linear allocation area from evacuation. 2016-11-03 12:13:23 +00:00
test-alloc.cc Access double fields in C++ as uint64_t fields to preserve signaling bit of a NaN. 2017-01-23 18:18:48 +00:00
test-array-buffer-tracker.cc [heap] More cctest fixes for concurrent marker. 2017-06-13 09:55:17 +00:00
test-compaction.cc Revert "[heap] Make aborting compaction a fatal" 2017-06-27 11:40:28 +00:00
test-concurrent-marking.cc [heap] Fix cctest/test-concurrent-marking/ConcurrentMarking 2017-06-27 12:38:22 +00:00
test-heap.cc [elements] Rename Has*Elements and Is*ElementsKind methods 2017-07-03 09:25:53 +00:00
test-incremental-marking.cc Revert "Switch tracing to use v8::TracingController" 2017-06-29 09:01:50 +00:00
test-lab.cc [heap] Set progress bar flag for FixedArray upon allocation 2016-09-30 11:13:51 +00:00
test-mark-compact.cc [heap] Build proper iterator for iterating live objects 2017-06-21 12:20:14 +00:00
test-page-promotion.cc [heap] MinorMC: Evacuation for young generation 2017-05-03 21:31:06 +00:00
test-spaces.cc [heap] Add --stress-incremental-marking flag. 2017-05-29 11:06:13 +00:00