v8/src
Michael Stanton e986f44012 Revert "Reland "Introduce a PREMONOMORPHIC state to StoreGlobalIC""
This reverts commit 7179cdb116.

Reason for revert: Breaks node integration build.

Original change's description:
> Reland "Introduce a PREMONOMORPHIC state to StoreGlobalIC"
> 
> (Fixed test failure in lite-mode)
> 
> Introduce a PREMONOMORPHIC state to StoreGlobalIC
> 
> It's used rather narrowly for now -- only when we run into an
> interceptor during the lookup. After the call to SetProperty, we know
> more. That is, the interceptor was only there because it's a new
> property, and the call to SetProperty ends up creating it.
> 
> By delaying the initialization of the IC, we recognize the (now)
> created property, and can provide good feedback downstream to
> TurboFan.
> 
> TBR=ishell@chromium.org
> 
> Bug: v8:8712
> Change-Id: Ieb79dcf1354ee294ad0f479a4a6c41a77f389850
> Reviewed-on: https://chromium-review.googlesource.com/c/1460955
> Reviewed-by: Michael Stanton <mvstanton@chromium.org>
> Commit-Queue: Michael Stanton <mvstanton@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#59483}

TBR=mvstanton@chromium.org,ishell@chromium.org

Change-Id: Ifd45908ee66760ef9199d9722b7e558c31f77830
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: v8:8712
Reviewed-on: https://chromium-review.googlesource.com/c/1461997
Reviewed-by: Michael Stanton <mvstanton@chromium.org>
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59484}
2019-02-09 14:34:27 +00:00
..
arm [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
arm64 [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
asmjs [cleanup] Clean up base::EnumSet 2019-01-16 18:17:35 +00:00
ast [parser] Customize preparsed scope variable resolution 2019-02-06 16:15:58 +00:00
base Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
builtins [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
compiler Inline indexOf/includes at polymorphic sites 2019-02-08 19:45:10 +00:00
compiler-dispatcher [logger] Untangle log.h includes 2019-01-22 10:56:52 +00:00
debug Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
extensions [ubsan] Port HeapObject to the new design 2018-12-20 16:43:49 +00:00
heap [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
ia32 [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
ic Revert "Reland "Introduce a PREMONOMORPHIC state to StoreGlobalIC"" 2019-02-09 14:34:27 +00:00
inspector [ubsan] Fix overflowing numeric conversions 2019-01-28 21:54:39 +00:00
interpreter [ptr-compr] Fix compressing stores in CSA/builtins 2019-02-08 17:24:19 +00:00
libplatform [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
libsampler [cpu-profiler] Remove registration and sampling depth from Sampler 2019-01-21 11:45:12 +00:00
mips [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
mips64 [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
objects Fix map updater for non-extensible maps with private symbols. 2019-02-09 09:09:02 +00:00
parsing [d8] Add parser experimentation flags 2019-02-08 17:29:38 +00:00
ppc [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
profiler [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
regexp improve exec performance on RegExp with named capture groups 2019-02-08 17:38:18 +00:00
runtime [runtime] Add %ClearMegamorphicStubCache() intrinsic. 2019-02-08 13:24:57 +00:00
s390 [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
snapshot [snapshot][ptr-compr] Stop using UnalignedSlot 2019-02-08 18:24:58 +00:00
third_party Optionally use halfsiphash for integer hashing. 2019-01-09 15:20:51 +00:00
torque [array][torque] use new internal classes for sortState 2019-02-06 14:03:21 +00:00
tracing v8: Remove trace event category warming 2019-01-10 12:59:04 +00:00
trap-handler [wasm][traphandler] Mark code object validation check as slow 2019-01-29 17:56:11 +00:00
wasm Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
x64 [ptr-compr][x64] TurboFan support for compressing stores 2019-02-08 14:27:18 +00:00
zone [ubsan] Don't call memcpy with nullptr arguments 2019-01-25 20:53:45 +00:00
accessors.cc [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
accessors.h [cleanup] Introduce ACCESSOR_INFO_ROOT_LIST 2018-09-24 11:03:26 +00:00
address-map.cc [ubsan] Rename ObjectPtr to Object 2019-01-08 09:08:59 +00:00
address-map.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
allocation-site-scopes-inl.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
allocation-site-scopes.h [ubsan] Port Struct subclasses, part 2 2018-12-14 20:43:54 +00:00
allocation.cc Remove leaks in default page allocator 2019-01-02 14:40:11 +00:00
allocation.h [heap] Be more precise when calculating allocated memory 2018-11-08 17:42:56 +00:00
api-arguments-inl.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
api-arguments.cc Defer inferring language mode for PropertyCallbackInfo 2019-02-08 10:24:27 +00:00
api-arguments.h Defer inferring language mode for PropertyCallbackInfo 2019-02-08 10:24:27 +00:00
api-inl.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
api-natives.cc Defer inferring language mode as far as possible 2019-01-25 11:53:19 +00:00
api-natives.h [objects.h splitting] Move InstanceType and -Checker 2018-11-26 15:18:55 +00:00
api.cc Defer inferring language mode for PropertyCallbackInfo 2019-02-08 10:24:27 +00:00
api.h [api] Accept Extensions via unique_ptr 2019-02-01 07:15:18 +00:00
arguments-inl.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
arguments.cc Remove unnecessary includes 2019-01-22 14:11:20 +00:00
arguments.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
asan.h
assembler-arch.h
assembler-inl.h
assembler.cc [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
assembler.h [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
assert-scope.cc Replace some LazyInstances by standard C++ methods 2019-01-02 12:49:18 +00:00
assert-scope.h [Cleanup] String::GetChars() should take a DisallowHeapAllocation ref. 2018-12-04 16:07:46 +00:00
async-hooks-wrapper.cc [async-await] Fix INIT hook with --harmony-await-optimization 2018-10-15 14:36:56 +00:00
async-hooks-wrapper.h [async] Fix a crash when AsyncHooks is used in the proto of an object 2018-07-23 14:34:59 +00:00
bailout-reason.cc Reland "[turboassembler] Introduce hard-abort mode" 2018-07-24 15:58:46 +00:00
bailout-reason.h [reland] Don't allocate feedback vectors and feedback metadata in lite mode 2018-12-19 14:29:30 +00:00
basic-block-profiler.cc Replace some LazyInstances by standard C++ methods 2019-01-02 12:49:18 +00:00
basic-block-profiler.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc
bignum.h
bit-vector.cc
bit-vector.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
bootstrapper.cc Reland "[Intl] Cleans up intl-relative-time-format flag" 2019-02-08 21:53:44 +00:00
bootstrapper.h [api] Accept Extensions via unique_ptr 2019-02-01 07:15:18 +00:00
boxed-float.h
cached-powers.cc
cached-powers.h
callable.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
cancelable-task.cc [wasm] Reschedule compilation tasks 2019-01-17 18:27:08 +00:00
cancelable-task.h [cleanup] Fix comment in cancelable-task.h 2019-01-18 10:05:47 +00:00
char-predicates-inl.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
char-predicates.cc [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
char-predicates.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
checks.h [cleanup] Split out v8-internal.h from include/v8.h 2018-09-07 09:55:25 +00:00
code-comments.cc [ubsan][ia32][x64] Assemblers: safely access unaligned memory locations 2019-01-25 18:47:36 +00:00
code-comments.h Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
code-desc.cc Move CodeDesc to dedicated file 2019-01-30 14:08:59 +00:00
code-desc.h Simplify semantics of Code::{safepoint,handler}_table_offset() 2019-02-05 11:22:14 +00:00
code-events.h [ubsan] Port SharedFunctionInfo to the new design 2018-11-28 21:23:50 +00:00
code-factory.cc [builtins] Associate ASM builtins with descriptors 2018-12-13 11:32:28 +00:00
code-factory.h [builtins] Remove InternalArray and reduce InternalPackedArray constructors. 2018-12-12 16:13:41 +00:00
code-reference.cc Explicitly store the code layout in CodeDesc 2019-01-30 13:17:38 +00:00
code-reference.h Explicitly store the code layout in CodeDesc 2019-01-30 13:17:38 +00:00
code-stub-assembler.cc [ptr-compr] Fix compressing stores in CSA/builtins 2019-02-08 17:24:19 +00:00
code-stub-assembler.h [ptr-compr] Fix compressing stores in CSA/builtins 2019-02-08 17:24:19 +00:00
code-tracer.h Reland "[wasm] Add a separate CodeTracer to the WasmEngine." 2018-07-16 12:39:00 +00:00
collector.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compilation-cache.cc [logger] Untangle log.h includes 2019-01-22 10:56:52 +00:00
compilation-cache.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
compilation-statistics.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
compilation-statistics.h [cleanup] Refactor second batch of general classes to use default members. 2018-09-20 10:34:28 +00:00
compiler.cc [cleanup] Reduce the includes and forward-declarations of log.h 2019-01-22 17:25:48 +00:00
compiler.h Reland "[Compiler] Introduce IsCompiledScope which prevents flushing of compiled code" 2018-11-30 22:13:14 +00:00
constant-pool.cc [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
constant-pool.h PPC: Add ConstantPoolBuilder dtor to fix DCHECK error 2019-02-05 15:29:05 +00:00
constants-arch.h [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
contexts-inl.h [parser] Various Scope and Context speedups 2019-01-28 13:06:03 +00:00
contexts.cc [parser] Various Scope and Context speedups 2019-01-28 13:06:03 +00:00
contexts.h [js weak refs] Update to new API 2019-01-30 13:47:18 +00:00
conversions-inl.h [ubsan] Fix overflowing numeric conversions 2019-01-28 21:54:39 +00:00
conversions.cc [conversions] Speed up double to CString conversion 2018-12-19 12:10:50 +00:00
conversions.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
counters-inl.h [ubsan] Port HeapObject to the new design 2018-12-20 16:43:49 +00:00
counters.cc [cleanup] Reduce the includes and forward-declarations of log.h 2019-01-22 17:25:48 +00:00
counters.h Revert "Reland "Introduce a PREMONOMORPHIC state to StoreGlobalIC"" 2019-02-09 14:34:27 +00:00
cpu-features.h [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
d8-console.cc [deprecation] Deprecate ToBoolean(Local<Context>) 2018-09-24 12:02:09 +00:00
d8-console.h
d8-js.cc [d8] no longer require js2c for d8 2019-01-08 15:11:30 +00:00
d8-platforms.cc [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
d8-platforms.h [d8] Add --stress-delay-tasks flag 2018-10-09 16:04:57 +00:00
d8-posix.cc [cleanup] Replace 0 and NULL with nullptr for src/ files. 2018-09-14 14:46:10 +00:00
d8-windows.cc
d8.cc [d8] Add parser experimentation flags 2019-02-08 17:29:38 +00:00
d8.h [d8] Catch errors in any message 2019-01-29 11:55:54 +00:00
date.cc [ubsan] Fix Clusterfuzz-found bugs 2019-01-28 21:23:24 +00:00
date.h [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
dateparser-inl.h [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
dateparser.cc [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
dateparser.h [ubsan] Port FixedArray{,Base} to the new design 2018-11-25 03:08:14 +00:00
deoptimize-reason.cc
deoptimize-reason.h [typedarrays] Use Detach instead of Neuter 2018-12-11 11:57:30 +00:00
deoptimizer.cc [iwyu] Detach v8threads.h from Giant Include Cluster 2019-02-01 10:52:10 +00:00
deoptimizer.h [builtins] Remove canonicalization during serialization 2019-01-30 18:55:19 +00:00
DEPS [api, global-handles] Add TracedGlobal 2019-01-29 20:15:39 +00:00
detachable-vector.cc Make DetachableVector accessible from builtins 2018-11-13 01:30:16 +00:00
detachable-vector.h Make DetachableVector accessible from builtins 2018-11-13 01:30:16 +00:00
disasm.h [ptr-compr] Make IsolateData be the bottleneck for root-relative accesses 2018-10-25 08:46:58 +00:00
disassembler.cc Prepare disassembling unpublished wasm code 2019-01-21 12:19:13 +00:00
disassembler.h Make disassembler tests abort on unimplemented opcode 2018-07-26 13:52:17 +00:00
diy-fp.cc
diy-fp.h
double.h [iwyu] Fix includes in double.h 2018-07-25 07:57:55 +00:00
dtoa.cc
dtoa.h
eh-frame.cc Move CodeDesc to dedicated file 2019-01-30 14:08:59 +00:00
eh-frame.h Move CodeDesc to dedicated file 2019-01-30 14:08:59 +00:00
elements-inl.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
elements-kind.cc [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
elements-kind.h [cleanup][csa] Introduce Times[SystemPointer|Tagged]Size instead of TimesPointerSize 2018-12-27 03:48:55 +00:00
elements.cc [ptr-compr] Fix compressing stores in CSA/builtins 2019-02-08 17:24:19 +00:00
elements.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
execution.cc [isolate] Introduce SaveAndSwitchContext 2019-02-04 09:44:18 +00:00
execution.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
external-reference-table.cc [ubsan] Let Runtime functions return a plain Address 2018-12-18 17:06:21 +00:00
external-reference-table.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
external-reference.cc Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
external-reference.h Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
fast-dtoa.cc
fast-dtoa.h
feedback-vector-inl.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
feedback-vector.cc Revert "Reland "Introduce a PREMONOMORPHIC state to StoreGlobalIC"" 2019-02-09 14:34:27 +00:00
feedback-vector.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
field-index-inl.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
field-index.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
field-type.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
field-type.h [ubsan] Rename ObjectPtr to Object 2019-01-08 09:08:59 +00:00
fixed-dtoa.cc [ubsan] Fix various cases of undefined behavior 2019-01-10 13:52:04 +00:00
fixed-dtoa.h
flag-definitions.h Reland "[Intl] Cleans up intl-relative-time-format flag" 2019-02-08 21:53:44 +00:00
flags.cc Ignore --profile-deserialization for flags hash. 2019-02-06 07:25:49 +00:00
flags.h [wasm] Force GC earlier to avoid running OOM 2019-01-03 16:07:53 +00:00
flush-instruction-cache.cc [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
flush-instruction-cache.h [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
frame-constants.h [cleanup][x64] Fix kPointerSize usages in src/builtins/x64 2018-12-19 13:24:42 +00:00
frames-inl.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
frames.cc Reland "[error] extend error stack w/ function parameters" 2019-02-08 13:35:27 +00:00
frames.h Reland "[error] extend error stack w/ function parameters" 2019-02-08 13:35:27 +00:00
function-kind.h [parser] Various Scope and Context speedups 2019-01-28 13:06:03 +00:00
futex-emulation.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
futex-emulation.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
gdb-jit.cc [cleanup][x32] Remove x32 leftovers, pt.3 2019-01-31 14:43:20 +00:00
gdb-jit.h
global-handles.cc [api,global-handle] Introduce TracedGlobal::SetFinalizationCallback 2019-02-05 21:46:07 +00:00
global-handles.h [api,global-handle] Introduce TracedGlobal::SetFinalizationCallback 2019-02-05 21:46:07 +00:00
globals.h Defer inferring language mode for PropertyCallbackInfo 2019-02-08 10:24:27 +00:00
handler-table.cc Simplify semantics of Code::{safepoint,handler}_table_offset() 2019-02-05 11:22:14 +00:00
handler-table.h [ubsan] Port BytecodeArray to the new design 2018-11-24 10:30:42 +00:00
handles-inl.h [ubsan][cleanup] Drop ObjectSlot::load in favor of operator* 2019-01-09 17:52:39 +00:00
handles.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
handles.h [ubsan] Misc post-Object-migration cleanup 2019-01-08 12:34:34 +00:00
heap-symbols.h [Intl] Implement intl-datetime-style 2019-02-01 03:10:04 +00:00
icu_util.cc
icu_util.h
identity-map.cc [ptr-compr] Use FullObjectSlot for off-heap slots 2018-12-07 12:35:27 +00:00
identity-map.h [ubsan] Rename ObjectPtr to Object 2019-01-08 09:08:59 +00:00
interface-descriptors.cc Define CallInterfaceDescriptor for RunMicrotasksEntry 2019-01-17 11:54:57 +00:00
interface-descriptors.h Define CallInterfaceDescriptor for RunMicrotasksEntry 2019-01-17 11:54:57 +00:00
isolate-allocator.cc [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
isolate-allocator.h [heap] Reimplement unmapper tests using tracking page allocator 2018-11-07 09:47:17 +00:00
isolate-data.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
isolate-inl.h [iwyu] Misc iwyu fixes 2019-02-01 10:08:19 +00:00
isolate.cc Reland "[error] extend error stack w/ function parameters" 2019-02-08 13:35:27 +00:00
isolate.h [isolate] Introduce SaveAndSwitchContext 2019-02-04 09:44:18 +00:00
json-parser.cc Defer inferring language mode as far as possible 2019-01-25 11:53:19 +00:00
json-parser.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
json-stringifier.cc [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringifier.h [iwyu] Make string-builder.h an inline file 2018-07-31 12:52:22 +00:00
keys.cc [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
keys.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
label.h Cleanup unused dead labels and make Label dtor only available in DEBUG. 2019-02-05 16:26:29 +00:00
layout-descriptor-inl.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
layout-descriptor.cc [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
layout-descriptor.h [ubsan] Clean up macro usage in *-inl.h 2019-01-09 12:05:15 +00:00
locked-queue-inl.h [base] Introduce MutexGuard as typedef for LockGuard<Mutex> 2018-10-12 15:44:51 +00:00
locked-queue.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
log-inl.h [ubsan] Port Struct subclasses, part 8: Script 2018-12-17 13:36:35 +00:00
log-utils.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
log-utils.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
log.cc [wasm] Cache whether code should be logged 2019-02-06 13:13:01 +00:00
log.h [cleanup] Reduce the includes and forward-declarations of log.h 2019-01-22 17:25:48 +00:00
lookup-cache-inl.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
lookup-cache.cc Remove unnecessary includes 2019-01-22 14:11:20 +00:00
lookup-cache.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
lookup-inl.h [ubsan] Port Struct subclasses, part 9 2018-12-17 15:00:34 +00:00
lookup.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
lookup.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
machine-type.cc
machine-type.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
macro-assembler-inl.h Reland "[deoptimizer] Refactor GenerateDeoptimizationEntries" 2018-12-21 14:30:17 +00:00
macro-assembler.h [Deopt] Remove jump table in prologue of deopt entries. 2019-01-08 14:14:10 +00:00
map-updater.cc Fix map updater for non-extensible maps with private symbols. 2019-02-09 09:09:02 +00:00
map-updater.h Fix map updater for non-extensible maps with private symbols. 2019-02-09 09:09:02 +00:00
math-random.cc [ubsan] Rename ObjectPtr to Object 2019-01-08 09:08:59 +00:00
math-random.h [ubsan] Port Context to the new design 2018-11-23 11:03:54 +00:00
maybe-handles-inl.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
maybe-handles.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
memcopy.cc [nojit] Convert generated memcpy functions into builtins 2019-01-16 09:01:26 +00:00
memcopy.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
message-template.h [inspector] Improve uninitialized binding error message 2019-02-02 00:38:06 +00:00
messages.cc [stack trace] Create StackFrameInfo from FrameArray 2019-02-06 13:52:56 +00:00
messages.h [stack trace] Create StackFrameInfo from FrameArray 2019-02-06 13:52:56 +00:00
microtask-queue.cc Reland "Expose the number of microtasks from RunMicrotasks" 2019-01-29 01:59:39 +00:00
microtask-queue.h Reland "Expose the number of microtasks from RunMicrotasks" 2019-01-29 01:59:39 +00:00
msan.h
objects-body-descriptors-inl.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
objects-body-descriptors.h [ubsan] Port HeapObject to the new design 2018-12-20 16:43:49 +00:00
objects-debug.cc [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
objects-definitions.h Reland "[serializer] share class positions tuple across contexts" 2019-02-06 10:43:59 +00:00
objects-inl.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
objects-printer.cc Reland "[serializer] share class positions tuple across contexts" 2019-02-06 10:43:59 +00:00
objects.cc [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
objects.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
optimized-compilation-info.cc Reland "[wasm] Split compilation in three stages" 2019-01-21 12:51:06 +00:00
optimized-compilation-info.h Reland "[wasm] Split compilation in three stages" 2019-01-21 12:51:06 +00:00
ostreams.cc Reland "[turbofan] Support new.target in the serializer." 2019-01-29 10:31:09 +00:00
ostreams.h Small improvements in debugging experience on Windows 2019-01-28 17:36:14 +00:00
OWNERS Reduce wasm OWNERS to current team members 2018-10-15 14:47:49 +00:00
pending-compilation-error-handler.cc Defer inferring language mode as far as possible 2019-01-25 11:53:19 +00:00
pending-compilation-error-handler.h [parser] Alternative fix to chromium:899495 2018-10-29 22:50:36 +00:00
perf-jit.cc Add Code helper methods for inlined metadata 2019-02-05 09:19:47 +00:00
perf-jit.h [ubsan] Port SharedFunctionInfo to the new design 2018-11-28 21:23:50 +00:00
pointer-with-payload.h Fix MSVC error in PointerWithPayload::SetPayload(). 2018-10-25 17:30:59 +00:00
property-descriptor.cc [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
property-descriptor.h
property-details.h [cleanup] Fix kPointerSize usages in the rest of runtime 2019-01-18 13:22:02 +00:00
property.cc [ubsan] Port Smi to the new design 2018-11-05 20:52:51 +00:00
property.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00
prototype-inl.h [iwyu] Misc iwyu fixes 2019-02-01 10:08:19 +00:00
prototype.h [ubsan] Rename ObjectPtr to Object 2019-01-08 09:08:59 +00:00
ptr-compr-inl.h [ubsan][cleanup] Drop ObjectSlot::load in favor of operator* 2019-01-09 17:52:39 +00:00
ptr-compr.h [snapshot][ptr-compr] Stop using UnalignedSlot 2019-02-08 18:24:58 +00:00
register-arch.h Reland "[deoptimizer] Refactor GenerateDeoptimizationEntries" 2018-12-21 14:30:17 +00:00
register-configuration.cc Replace some LazyInstances by standard C++ methods 2019-01-02 12:49:18 +00:00
register-configuration.h [regalloc] Cleanup use of kMaxFpRegisters 2019-01-10 08:54:53 +00:00
register.h [assembler] Factor out Registers from assembler.h 2018-12-19 09:18:20 +00:00
reglist.h
reloc-info.cc [arm] Add missing RELATIVE_CODE_TARGET iteration 2019-01-23 10:45:50 +00:00
reloc-info.h [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
roots-inl.h [cleanup] Move some stuff out of objects-inl.h 2019-02-09 00:34:12 +00:00
roots.cc Clarify roots iteration 2018-10-16 08:42:30 +00:00
roots.h [js weak refs] Update to new API 2019-01-30 13:47:18 +00:00
runtime-profiler.cc [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
runtime-profiler.h [ubsan] Port JSReceiver and subclasses to the new design 2018-12-08 04:05:50 +00:00
safepoint-table.cc [wasm] Simplify safepoint-table encoding. 2019-01-21 15:58:22 +00:00
safepoint-table.h [wasm] Simplify safepoint-table encoding. 2019-01-21 15:58:22 +00:00
setup-isolate-deserialize.cc [interpreter] Always put bytecode handlers in builtins table 2018-09-20 09:58:15 +00:00
setup-isolate-full.cc [debug-evaluate] check transitively called builtins 2018-12-19 07:34:17 +00:00
setup-isolate.h [ubsan] Port Code to the new design 2018-11-12 18:47:04 +00:00
signature.h [wasm] Group anyref parameter 2018-12-12 10:45:01 +00:00
simulator-base.cc [assembler] Move ConstantPools out of src/assembler.h 2018-10-19 11:38:39 +00:00
simulator-base.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
simulator.h [cleanup] Remove empty simulators for ia32 and x64 2018-12-19 15:17:45 +00:00
source-position-table.cc [ubsan] Avoid signed left shifts 2019-01-28 20:43:47 +00:00
source-position-table.h [Builtins] Infrastructure for source positions in stubs/builtins 2019-01-22 19:09:36 +00:00
source-position.cc [Builtins] Infrastructure for source positions in stubs/builtins 2019-01-22 19:09:36 +00:00
source-position.h [Builtins] Infrastructure for source positions in stubs/builtins 2019-01-22 19:09:36 +00:00
splay-tree-inl.h
splay-tree.h [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
startup-data-util.cc
startup-data-util.h
string-builder-inl.h [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
string-builder.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
string-case.cc
string-case.h
string-constants.cc [turbofan] First steps in brokerizing JSNativeContextSpecialization. 2018-10-01 15:08:03 +00:00
string-constants.h [refactoring] Drop roots.h -> handles.h #include 2018-10-12 18:50:02 +00:00
string-hasher-inl.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
string-hasher.h [ubsan] Port Name/String/Symbol to the new design 2018-11-27 01:42:36 +00:00
string-search.h
string-stream.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
string-stream.h [builtins] Prevent result truncation when formatting dates 2019-01-28 12:09:59 +00:00
strtod.cc
strtod.h
task-utils.cc Extract lambda tasks to task-utils.h 2018-11-09 14:55:46 +00:00
task-utils.h Extract lambda tasks to task-utils.h 2018-11-09 14:55:46 +00:00
thread-id.cc Replace some LazyInstances by standard C++ methods 2019-01-02 12:49:18 +00:00
thread-id.h Fix remaining missing V8_NOEXCEPT annotations 2019-01-22 17:35:29 +00:00
transitions-inl.h [ubsan] Clean up macro usage in *-inl.h 2019-01-09 12:05:15 +00:00
transitions.cc [ubsan] Port Object to the new design 2018-12-26 20:54:07 +00:00
transitions.h [ubsan] Clean up macro usage in *-inl.h 2019-01-09 12:05:15 +00:00
turbo-assembler.cc Use forwarding constructors for MacroAssembler 2019-01-17 08:20:36 +00:00
turbo-assembler.h [assembler] Remove legacy constructor 2019-01-17 12:39:57 +00:00
type-hints.cc [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
type-hints.h [turbofan] ReceiverOrNullOrUndefined feedback for JSEqual. 2018-10-24 13:45:22 +00:00
unicode-cache.h [cleanup] Make unicode predicate cache tables static 2018-11-14 15:33:45 +00:00
unicode-decoder.cc
unicode-decoder.h [iwyu] Extract src/memcopy.h from src/utils.h 2018-11-29 17:01:10 +00:00
unicode-inl.h Fix & reland "[utf8] Rewrite NewStringFromUtf8 using Utf8::ValueOfIncremental" 2019-02-06 13:11:11 +00:00
unicode.cc Fix & reland "[utf8] Rewrite NewStringFromUtf8 using Utf8::ValueOfIncremental" 2019-02-06 13:11:11 +00:00
unicode.h Fix & reland "[utf8] Rewrite NewStringFromUtf8 using Utf8::ValueOfIncremental" 2019-02-06 13:11:11 +00:00
unoptimized-compilation-info.cc [Deflake] Fix data-race relating to accessing FLAG_* on worker thread during background compile 2018-12-18 12:49:23 +00:00
unoptimized-compilation-info.h [Deflake] Fix data-race relating to accessing FLAG_* on worker thread during background compile 2018-12-18 12:49:23 +00:00
unwinder.cc [nojit] Migrate JSEntry variants to builtins 2018-12-07 10:16:06 +00:00
uri.cc [base] Refactor STATIC_CHAR_VECTOR into a template 2019-01-03 12:55:15 +00:00
uri.h [cleanup] Move handle() function to handles-inl.h 2018-07-23 16:10:10 +00:00
utils-inl.h [runtime] Micro-optimize StringHasher 2018-11-20 11:02:49 +00:00
utils.cc [iwyu] Extract src/memcopy.h from src/utils.h 2018-11-29 17:01:10 +00:00
utils.h Reland^2 "[builtins] [turbofan] Refactor Float64Pow to use single implementation" 2019-02-08 12:25:27 +00:00
v8.cc [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
v8.h
v8dll-main.cc
v8memory.h [ubsan][ia32][x64] Assemblers: safely access unaligned memory locations 2019-01-25 18:47:36 +00:00
v8threads.cc [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
v8threads.h [cleanup] Cleanup Isolate constructor 2018-10-29 11:01:24 +00:00
value-serializer.cc [ubsan] Don't call memcpy with nullptr arguments 2019-01-25 20:53:45 +00:00
value-serializer.h [ubsan] Port Oddball to the new design 2018-12-18 17:19:40 +00:00
vector-slot-pair.cc [cleanup] Refactor first batch of general classes to use default members. 2018-09-19 08:32:08 +00:00
vector-slot-pair.h [turbofan] Fix RedundancyElimination and add more test coverage. 2018-09-19 13:08:12 +00:00
vector.h Reland "[wasm] Split compilation in three stages" 2019-01-21 12:51:06 +00:00
version.cc
version.h
visitors.cc [cleanup] Move Code class out of objects.cc 2019-02-07 12:37:06 +00:00
visitors.h [ubsan] Port HeapObject to the new design 2018-12-20 16:43:49 +00:00
vm-state-inl.h [cpu-profiler] Add logging to flaky tests 2019-01-08 15:38:42 +00:00
vm-state.h [cleanup] Remove empty and deprecated BASE_EMBEDDED macro 2018-09-11 09:33:18 +00:00