v8/src/base
Igor Sheludko ad49f12908 [cleanup] Move Compressed[XXX]Slot definitions to separate header
... and fix header includes to please the respective bot.

Drive-by-fix: decompression implementation is now MSVC friendly.

Bug: v8:7703, v8:8834
Change-Id: Iaf589138e5bafb32b0d9feab5cf074b71f241a3c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1505579
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60074}
2019-03-06 19:41:21 +00:00
..
debug undef min,max macros on windows 2018-10-29 08:03:18 +00:00
platform [platform] Spell Fuchsia correctly in comments 2019-02-27 11:49:13 +00:00
utils [ubsan] Fix various cases of undefined behavior 2019-01-10 13:52:04 +00:00
adapters.h [base] Add missing V8_NOEXCEPT annotations 2018-12-27 13:14:16 +00:00
address-region.h [ptr-compr] Re-imlpement BoundedPageAllocator::ReleasePages() 2018-09-28 10:41:06 +00:00
atomic-utils.h [cleanup] Templatize AsAtomicWordX and AsAtomicPointer definitions 2018-11-27 14:54:40 +00:00
atomicops_internals_atomicword_compat.h
atomicops_internals_portable.h [base] Add atomic CAS operation for 16-bit integers. 2018-12-18 14:29:16 +00:00
atomicops_internals_std.h [base] Add atomic CAS operation for 16-bit integers. 2018-12-18 14:29:16 +00:00
atomicops.h [base] Add atomic CAS operation for 16-bit integers. 2018-12-18 14:29:16 +00:00
base-export.h
bits.cc [ubsan] Fix various cases of undefined behavior 2019-01-10 13:52:04 +00:00
bits.h [ptr-compr] Introduce RegionAllocator and respective unittests. 2018-08-30 14:33:42 +00:00
bounded-page-allocator.cc [ptr-compr] Introduce IsolateAllocator 2018-10-30 14:38:07 +00:00
bounded-page-allocator.h [ptr-compr] Introduce IsolateAllocator 2018-10-30 14:38:07 +00:00
build_config.h Reland "Add Windows ARM64 ABI support to V8" 2018-10-24 19:46:36 +00:00
compiler-specific.h [wasm] Add missing V8_NOEXCEPT annotations 2018-12-21 12:22:55 +00:00
cpu.cc
cpu.h
DEPS
division-by-constant.cc Add missing explicit instantiation declarations 2019-03-01 23:09:07 +00:00
division-by-constant.h Add missing explicit instantiation declarations 2019-03-01 23:09:07 +00:00
enum-set.h [cleanup] Clean up base::EnumSet 2019-01-16 18:17:35 +00:00
export-template.h
file-utils.cc
file-utils.h
flags.h Make CallInterfaceDescriptor the source of truth about presence of context parameter. 2018-06-22 10:11:25 +00:00
format-macros.h
free_deleter.h
functional.cc
functional.h std::unary_function and binary removed from C++17 2018-11-12 11:27:21 +00:00
hashmap-entry.h
hashmap.h
ieee754.cc Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
ieee754.h Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
iterator.h
lazy-instance.h Replace some LazyInstances by standard C++ methods 2019-01-02 12:49:18 +00:00
list.h [heap] Cleanup: Use memory_chunk_list_ in large object space. 2018-05-23 13:19:02 +00:00
logging.cc
logging.h [cleanup] Refactor base, compiler, and wasm classes to use bools instead of converting ints. 2018-09-20 09:14:25 +00:00
lsan-page-allocator.cc [cleanup] Introduce LsanPageAllocator decorator 2018-09-17 11:34:25 +00:00
lsan-page-allocator.h [cleanup] Fix leftover clang-tidy warnings. 2018-09-21 11:12:13 +00:00
macros.h [cleanup] Move Compressed[XXX]Slot definitions to separate header 2019-03-06 19:41:21 +00:00
once.cc
once.h
optional.h [base] Add missing V8_NOEXCEPT annotations 2018-12-27 13:14:16 +00:00
overflowing-math.h [ubsan] Fix numerical overflows in the compiler 2019-01-10 11:17:37 +00:00
OWNERS
page-allocator.cc [heap] Reclaim inaccessible memory. 2018-10-22 10:21:57 +00:00
page-allocator.h [heap] Reclaim inaccessible memory. 2018-10-22 10:21:57 +00:00
qnx-math.h
region-allocator.cc [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
region-allocator.h [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
ring-buffer.h
safe_conversions_impl.h
safe_conversions.h
safe_math_impl.h
safe_math.h [cleanup] Refactor base to use default members. 2018-09-14 14:42:47 +00:00
small-vector.h [builtins] Prevent result truncation when formatting dates 2019-01-28 12:09:59 +00:00
sys-info.cc
sys-info.h
template-utils.h [cleanup] Make {AreAliased} generic and variadic 2018-08-09 09:07:40 +00:00
threaded-list.h [parser] Only take Scope::Snapshot when it's more likely we'll have an arrow function 2018-11-27 17:39:21 +00:00
timezone-cache.h Re-detect the host time zone if requested by an embedder 2019-02-14 23:40:23 +00:00
tsan.h
v8-fallthrough.h
win32-headers.h