v8/src/base
lpy 5cbe0f5d25 Create TimeBase for time related classes.
Currently we have Time and TimeTicks sharing some methods. This patch
creates TimeBase, and makes Time and TimeTicks inherits from it, so that time
related classes won't have to implement common methods and it's easier to
introduce new time related classes.

BUG=v8:4990
LOG=n

Review-Url: https://codereview.chromium.org/1952843002
Cr-Commit-Position: refs/heads/master@{#36088}
2016-05-06 18:36:37 +00:00
..
platform Create TimeBase for time related classes. 2016-05-06 18:36:37 +00:00
utils
accounting-allocator.cc Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
accounting-allocator.h Expose a lower bound of malloc'd memory via heap statistics 2016-04-01 10:01:56 +00:00
adapters.h
atomicops_internals_arm64_gcc.h
atomicops_internals_arm_gcc.h [arm/Linux] Don't rely on KUSER_HELPERS feature 2016-03-31 15:56:01 +00:00
atomicops_internals_atomicword_compat.h
atomicops_internals_mac.h
atomicops_internals_mips64_gcc.h
atomicops_internals_mips_gcc.h
atomicops_internals_portable.h
atomicops_internals_ppc_gcc.h
atomicops_internals_s390_gcc.h S390: Add platform specific atomic ops impl 2016-01-26 14:49:21 +00:00
atomicops_internals_tsan.h
atomicops_internals_x86_gcc.cc
atomicops_internals_x86_gcc.h
atomicops_internals_x86_msvc.h
atomicops.h S390: Add platform specific atomic ops impl 2016-01-26 14:49:21 +00:00
bits.cc Create TimeBase for time related classes. 2016-05-06 18:36:37 +00:00
bits.h Create TimeBase for time related classes. 2016-05-06 18:36:37 +00:00
build_config.h S390: Makefile + Build Toolchain Updates 2016-01-14 17:17:11 +00:00
compiler-specific.h Fix printf formats 2016-04-12 16:14:03 +00:00
cpu.cc [arm] Correctly detect ARMv8 platforms with old kernels. 2016-03-29 17:36:54 +00:00
cpu.h Reland PPC portion of "Detect cache line size on Linux for PPC hosts." 2016-03-16 16:29:12 +00:00
DEPS
division-by-constant.cc
division-by-constant.h
flags.h [turbofan] Various performance enhancements for escape analysis 2016-01-13 15:30:48 +00:00
format-macros.h Fix printf formats 2016-04-12 16:14:03 +00:00
functional.cc
functional.h
iterator.h
lazy-instance.h
logging.cc Make RUNTIME_ASSERT have more useful output in debug mode 2016-03-01 17:22:30 +00:00
logging.h Fix printf formats 2016-04-12 16:14:03 +00:00
macros.h Fix printf formats 2016-04-12 16:14:03 +00:00
once.cc
once.h
OWNERS
qnx-math.h
safe_conversions_impl.h
safe_conversions.h
safe_math_impl.h
safe_math.h
smart-pointers.h
sys-info.cc
sys-info.h
win32-headers.h Fixed rotate left on windows. 2016-04-01 09:52:13 +00:00