v8/src
Michael Starzinger 0f54b83242 [wasm] Turn out-of-line traps into stub calls.
This avoids embedding {RelocInfo::CODE_TARGET} addresses into WasmCode
by calling a WebAssembly runtime stub instead. The stubs themselves are
not yet independent of the Isolate, but will be made so soon.

Note that this also introduces a proper {compiler::TrapId} to avoid
accidental parameter type confusion with {TrapIf} and {TrapUnless}
operators.

R=clemensh@chromium.org
BUG=v8:7424

Change-Id: I32ef5a1253f336fc739d2192247826e9458456df
Reviewed-on: https://chromium-review.googlesource.com/1086937
Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53557}
2018-06-06 14:18:19 +00:00
..
arm [builtins] Move builtins table to the Heap class 2018-06-05 16:42:21 +00:00
arm64 [builtins] Move builtins table to the Heap class 2018-06-05 16:42:21 +00:00
asmjs [ubsan] Fix many static_cast<int32_t> with undefined behavior 2018-04-17 02:02:18 +00:00
ast Fix a Jumbo breakage 2018-05-29 14:36:48 +00:00
base Measure timer resolution 2018-06-06 13:07:22 +00:00
builtins [wasm] Turn out-of-line traps into stub calls. 2018-06-06 14:18:19 +00:00
compiler [wasm] Turn out-of-line traps into stub calls. 2018-06-06 14:18:19 +00:00
compiler-dispatcher [sfi] Remove SFI function literal id field 2018-06-05 13:45:11 +00:00
debug [dataview] Implement Torque/CSA getters for DataView 2018-06-06 13:08:27 +00:00
extensions [object-stats] Add capability of recording virtual instance types 2018-01-12 11:44:16 +00:00
heap Revert "[array] Use random middle element to determine pivot during sorting" 2018-06-06 08:16:48 +00:00
ia32 [ia32] Add disassembler support for 'pause' 2018-06-05 19:12:14 +00:00
ic Pass Isolate to Accessors::IsJSObjectFieldAccessor 2018-06-05 19:43:34 +00:00
inspector [inspector] add optional executionContextId arg to Runtime.addBinding 2018-06-05 21:55:46 +00:00
interpreter [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
js Reland "[array] Implement Array.p.sort in Torque" 2018-06-05 08:33:18 +00:00
libplatform [tracing] Custom tag for the traceEvents array 2018-05-07 16:54:59 +00:00
libsampler Prepare libsampler Fuchsia implementation for SDK roll. 2018-02-12 20:59:06 +00:00
mips [builtins] Move builtins table to the Heap class 2018-06-05 16:42:21 +00:00
mips64 [builtins] Move builtins table to the Heap class 2018-06-05 16:42:21 +00:00
objects [sfi] Remove SFI function literal id field 2018-06-05 13:45:11 +00:00
parsing Remove always-true --harmony-optional-catch-binding runtime flag 2018-06-05 16:24:20 +00:00
ppc PPC/s390: [builtins] Move builtins table to the Heap class 2018-06-05 18:12:44 +00:00
profiler [api] Switch from SetBuildEmbedderGraphCallback to AddBuildEmbedderGraphCallback 2018-06-06 09:46:57 +00:00
regexp Remove always-true --harmony-regexp-property runtime flag 2018-06-05 09:19:59 +00:00
runtime [dataview] Implement Torque/CSA getters for DataView 2018-06-06 13:08:27 +00:00
s390 PPC/s390: [builtins] Move builtins table to the Heap class 2018-06-05 18:12:44 +00:00
snapshot [api] Add option to consume code cache on module compilation 2018-05-30 07:32:48 +00:00
third_party [build] Do not use absolute paths in v8_enable_vtunejit-related blocks. 2018-03-28 09:36:35 +00:00
torque [torque] Fix int32 literals 2018-06-05 12:33:23 +00:00
tracing [tracing] add INTERNAL_TRACE_EVENT_ADD_WITH_ID_TID_AND_TIMESTAMP 2018-05-02 17:44:54 +00:00
trap-handler Convert all CRLF to LF 2018-05-07 18:55:09 +00:00
wasm [wasm] Turn out-of-line traps into stub calls. 2018-06-06 14:18:19 +00:00
x64 [x64] Reduce sub instruction in ComputeCodeStartAddress() 2018-06-06 08:10:57 +00:00
zone [msan] Treat more memory uninitialized 2018-05-09 08:39:04 +00:00
accessors.cc Pass Isolate to Accessors::IsJSObjectFieldAccessor 2018-06-05 19:43:34 +00:00
accessors.h Pass Isolate to Accessors::IsJSObjectFieldAccessor 2018-06-05 19:43:34 +00:00
address-map.cc Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
address-map.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
allocation-site-scopes.h
allocation.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
allocation.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
api-arguments-inl.h [objects.h splitting] Move classes related to api callbacks. 2018-05-02 10:24:44 +00:00
api-arguments.h Reland "[debug] introduced runtime side effect check" 2018-04-05 03:36:10 +00:00
api-natives.cc [iwyu] objects-inl.h iwyu 2018-05-17 15:14:02 +00:00
api-natives.h Replace MUST_USE_RESULT by V8_WARN_UNUSED_RESULT 2018-04-09 18:37:02 +00:00
api.cc [api] Switch from SetBuildEmbedderGraphCallback to AddBuildEmbedderGraphCallback 2018-06-06 09:46:57 +00:00
api.h [objects.h splitting] Move TYPE_CHECKERs back to objects-inl.h. 2018-05-24 11:44:07 +00:00
arguments.cc
arguments.h [runtime] Refactor RuntimeCallStats counters to use enums. 2017-11-30 11:32:53 +00:00
asan.h [asan] Move asan macros to asan.h 2018-05-08 14:14:34 +00:00
assembler-arch.h [wasm] Split off wasm-linkage.h 2018-04-27 13:43:49 +00:00
assembler-inl.h Remove x87 port 2017-07-18 18:20:40 +00:00
assembler.cc [wasm] Make stack check independent of the Isolate. 2018-06-04 11:24:17 +00:00
assembler.h [assembler] Remove {RelocInfo::embedded_address} helper. 2018-06-04 18:34:37 +00:00
assert-scope.cc Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
assert-scope.h
bailout-reason.cc Refactor bailout reasons 2018-01-04 19:08:45 +00:00
bailout-reason.h [generators] Store parameters in the generator object. 2018-05-24 11:41:37 +00:00
basic-block-profiler.cc
basic-block-profiler.h
bignum-dtoa.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
bignum-dtoa.h
bignum.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
bignum.h
bit-vector.cc
bit-vector.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
bootstrapper.cc Remove always-true --harmony-optional-catch-binding runtime flag 2018-06-05 16:24:20 +00:00
bootstrapper.h [bootstrapper] Eliminate all GetIsolates 2018-05-31 14:59:36 +00:00
boxed-float.h Fix is_trivially_copyable check for MSVC and older stdlibc++ 2018-03-01 13:05:12 +00:00
cached-powers.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
cached-powers.h
callable.h
cancelable-task.cc [wasm] Extract compilation state from ModuleCompiler and AsyncCompileJob 2018-03-19 10:36:52 +00:00
cancelable-task.h Make CancelableTask ids unique 2017-08-02 16:10:42 +00:00
char-predicates-inl.h Reland proposal-numeric-separator. 2018-03-06 01:25:06 +00:00
char-predicates.cc
char-predicates.h [scanner] Don't use UnicodeCache for IsLineTerminator. 2017-09-05 07:04:06 +00:00
checks.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
code-events.h [log][api] introduce public CodeEventListener API 2018-05-28 09:27:24 +00:00
code-factory.cc [builtins] Move remaining Array constructor stubs to builtins 2018-05-29 09:48:21 +00:00
code-factory.h [builtins] Move remaining Array constructor stubs to builtins 2018-05-29 09:48:21 +00:00
code-reference.cc [cleanup] Clean up CodeReference class 2018-04-23 10:10:45 +00:00
code-reference.h Use DCHECK instead of CHECK in CodeReference 2018-06-06 13:23:12 +00:00
code-stub-assembler.cc [dataview] Implement Torque/CSA getters for DataView 2018-06-06 13:08:27 +00:00
code-stub-assembler.h [dataview] Implement Torque/CSA getters for DataView 2018-06-06 13:08:27 +00:00
code-stubs-utils.h
code-stubs.cc [builtins] Move remaining Array constructor stubs to builtins 2018-05-29 09:48:21 +00:00
code-stubs.h [builtins] Move remaining Array constructor stubs to builtins 2018-05-29 09:48:21 +00:00
codegen.cc Cleanup codegen.h includes 2017-10-20 11:56:01 +00:00
codegen.h Cleanup codegen.h includes 2017-10-20 11:56:01 +00:00
collector.h [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
compilation-cache.cc Replace Context::closure with Context::scope_info, allowing closure to die. 2018-05-03 12:34:17 +00:00
compilation-cache.h Replace Context::closure with Context::scope_info, allowing closure to die. 2018-05-03 12:34:17 +00:00
compilation-dependencies.cc Reland: [cleanup] Refactor the Factory 2018-04-09 19:52:22 +00:00
compilation-dependencies.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
compilation-statistics.cc [Turbofan] Typo in turbo-stats flag 2017-08-15 09:37:46 +00:00
compilation-statistics.h [Compiler] Split up Unoptimized/Optimized CompilationInfo and CompilationJobs 2018-04-04 21:09:01 +00:00
compiler.cc [parsing] Remove most GetIsolate calls 2018-06-05 08:54:58 +00:00
compiler.h Replace MUST_USE_RESULT by V8_WARN_UNUSED_RESULT 2018-04-09 18:37:02 +00:00
contexts-inl.h Replace Context::closure with Context::scope_info, allowing closure to die. 2018-05-03 12:34:17 +00:00
contexts.cc Fix GCC 5.4 compilation error 2018-05-30 14:42:28 +00:00
contexts.h Implementing Intl.Locale proposal. 2018-05-15 22:25:02 +00:00
conversions-inl.h [ubsan] Fix many static_cast<int32_t> with undefined behavior 2018-04-17 02:02:18 +00:00
conversions.cc Reland: [cleanup] Refactor the Factory 2018-04-09 19:52:22 +00:00
conversions.h [ubsan] Fix many static_cast<int32_t> with undefined behavior 2018-04-17 02:02:18 +00:00
counters-inl.h [runtime] Make access to FLAG_runtime_stats atomic. 2017-12-19 19:01:50 +00:00
counters.cc Add V8.GC.ParallelTaskLatencyMicroSeconds metric. 2018-02-06 21:53:49 +00:00
counters.h Adding an API to enable and disable the memory savings mode. 2018-05-24 18:25:32 +00:00
d8-console.cc [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
d8-console.h [d8] Support more console functions 2017-10-13 10:44:17 +00:00
d8-posix.cc [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
d8-windows.cc [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
d8.cc Revert "[async] Expose async hooks to d8" 2018-06-06 13:51:12 +00:00
d8.h Revert "[async] Expose async hooks to d8" 2018-06-06 13:51:12 +00:00
d8.js [cleanup] Remove some obsolete TODOs. 2018-04-27 10:27:27 +00:00
date.cc TimeClip before formatting in Intl.DateTimeFormat 2018-04-25 20:17:29 +00:00
date.h TimeClip before formatting in Intl.DateTimeFormat 2018-04-25 20:17:29 +00:00
dateparser-inl.h [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
dateparser.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
dateparser.h
deoptimize-reason.cc
deoptimize-reason.h [turbofan] Make CheckString deopt reason more informative 2018-02-21 16:36:33 +00:00
deoptimizer.cc Remove experiment for restricting constructor return values 2018-05-18 19:59:49 +00:00
deoptimizer.h [deoptimizer] Manage input index in TranslatedFrame::iterator 2018-04-23 17:03:36 +00:00
DEPS [torque] refactor BUILD.gn to list torque sources in one place 2018-05-08 12:48:49 +00:00
detachable-vector.h [cleanup] Replace List with std::vector in api. 2017-09-28 09:32:18 +00:00
disasm.h [x64] Fix Disassembler tests to actually test disassembly 2018-02-07 22:18:09 +00:00
disassembler.cc [assembler] Remove {RelocInfo::set_constant_pool} setter. 2018-05-30 10:47:12 +00:00
disassembler.h [cleanup] Use CodeReference in Disassembler 2018-04-24 14:35:38 +00:00
diy-fp.cc
diy-fp.h [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
double.h [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
dtoa.cc v8: Fix most -Wunreachable-code warnings. 2017-09-20 11:25:51 +00:00
dtoa.h
eh-frame.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
eh-frame.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
elements-kind.cc [dataview] Implement Torque/CSA getters for DataView 2018-06-06 13:08:27 +00:00
elements-kind.h [dataview] Implement Torque/CSA getters for DataView 2018-06-06 13:08:27 +00:00
elements.cc [masm] Don't push CodeObject when entering INTERNAL frames 2018-05-29 13:20:03 +00:00
elements.h Replace MUST_USE_RESULT by V8_WARN_UNUSED_RESULT 2018-04-09 18:37:02 +00:00
execution.cc [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
execution.h [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
external-reference-table.cc [builtins] Move builtins table to the Heap class 2018-06-05 16:42:21 +00:00
external-reference-table.h [builtins] Move builtins table to the Heap class 2018-06-05 16:42:21 +00:00
external-reference.cc [inspector] decouple debugger delegate and async stacks delegate 2018-06-05 17:39:22 +00:00
external-reference.h [inspector] decouple debugger delegate and async stacks delegate 2018-06-05 17:39:22 +00:00
fast-dtoa.cc Work on -Wimplicit-fallthrough for v8 2018-02-16 13:32:25 +00:00
fast-dtoa.h
feedback-vector-inl.h [reland] [in-place weak refs] Replace WeakCells in FeedbackVector. 2018-05-23 07:43:27 +00:00
feedback-vector.cc [reland] [in-place weak refs] Replace WeakCells in FeedbackVector. 2018-05-23 07:43:27 +00:00
feedback-vector.h [reland] [in-place weak refs] Replace WeakCells in FeedbackVector. 2018-05-23 07:43:27 +00:00
field-index-inl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
field-index.h [runtime] Properly calculate upper bound for NOF in_object_properties 2018-03-08 14:54:55 +00:00
field-type.cc
field-type.h [iwyu] More iwyu fixes (date, execution etc.) 2018-02-26 08:59:59 +00:00
fixed-dtoa.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
fixed-dtoa.h
flag-definitions.h Revert "[async] Expose async hooks to d8" 2018-06-06 13:51:12 +00:00
flags.cc [flags] Print flags that were ignored. 2018-05-18 16:40:09 +00:00
flags.h [flags] Print flags that were ignored. 2018-05-18 16:40:09 +00:00
frame-constants.h [masm] Don't push CodeObject when entering INTERNAL frames 2018-05-29 13:20:03 +00:00
frames-inl.h [wasm] Introduce specialized WasmCompileLazy frame type. 2018-05-29 11:31:43 +00:00
frames.cc [masm] Don't push CodeObject when entering INTERNAL frames 2018-05-29 13:20:03 +00:00
frames.h [wasm] Introduce specialized WasmCompileLazy frame type. 2018-05-29 11:31:43 +00:00
futex-emulation.cc [api] Add AtomicsWaitCallback for diagnostics 2018-06-05 10:11:13 +00:00
futex-emulation.h [api] Add AtomicsWaitCallback for diagnostics 2018-06-05 10:11:13 +00:00
gdb-jit.cc Replace Context::closure with Context::scope_info, allowing closure to die. 2018-05-03 12:34:17 +00:00
gdb-jit.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
global-handles.cc Revert "[heap] Remove independent handles" 2018-06-04 19:13:20 +00:00
global-handles.h Revert "Global handles: Remove independent handle infrastructure" 2018-06-04 18:33:33 +00:00
globals.h [wasm] Turn out-of-line traps into stub calls. 2018-06-06 14:18:19 +00:00
handler-table.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
handler-table.h Move exception handler table into instruction stream. 2018-02-27 10:20:35 +00:00
handles-inl.h [in-place weak refs] Add MaybeObjectHandle. 2018-05-14 13:21:51 +00:00
handles.cc [wasm] Remove unneeded DeferredHandleScope 2018-05-08 07:37:26 +00:00
handles.h [objects] Deprecate GetIsolate/Heap behind a flag 2018-06-01 15:19:21 +00:00
heap-symbols.h Revert promises optimizations due to regressions in async hooks 2018-05-14 09:36:22 +00:00
icu_util.cc Block ICU data override with loading from file 2018-01-29 21:58:39 +00:00
icu_util.h
identity-map.cc Change IdentityMap::Delete signature 2018-04-20 11:27:59 +00:00
identity-map.h Change IdentityMap::Delete signature 2018-04-20 11:27:59 +00:00
instruction-stream.cc [builtins] Hash & verify the embedded blob 2018-04-20 11:22:49 +00:00
instruction-stream.h Reland "[builtins] Remove off-heap builtins from the snapshot" 2018-03-19 07:42:02 +00:00
interface-descriptors.cc [builtins] Remove unused MathPowTagged and MathPowInteger descriptors. 2018-05-30 14:41:10 +00:00
interface-descriptors.h [builtins] Remove unused MathPowTagged and MathPowInteger descriptors. 2018-05-30 14:41:10 +00:00
intl.cc [intl] Use std::string backing stores in tz cache 2018-05-18 07:50:57 +00:00
intl.h [intl] Use std::string backing stores in tz cache 2018-05-18 07:50:57 +00:00
isolate-inl.h Reland "[builtins] Separate species protectors for Array, TypedArray, Promise" 2018-04-23 17:52:50 +00:00
isolate.cc [inspector] decouple debugger delegate and async stacks delegate 2018-06-05 17:39:22 +00:00
isolate.h [inspector] decouple debugger delegate and async stacks delegate 2018-06-05 17:39:22 +00:00
json-parser.cc [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
json-parser.h [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
json-stringifier.cc [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
json-stringifier.h Replace MUST_USE_RESULT by V8_WARN_UNUSED_RESULT 2018-04-09 18:37:02 +00:00
keys.cc [reland] [in-place weak refs] Replace WeakCells in DescriptorArray. 2018-06-04 08:59:17 +00:00
keys.h [iwyu] Split out ordered hash tables 2018-05-06 18:42:40 +00:00
label.h [label] Document meaning of kNear and kFar distances 2017-12-13 13:33:20 +00:00
layout-descriptor-inl.h [ptr-compr] Support 31-bit Smis in lower half-word on 64-bit architectures. 2018-06-05 11:37:35 +00:00
layout-descriptor.cc [ptr-compr] Support 31-bit Smis in lower half-word on 64-bit architectures. 2018-06-05 11:37:35 +00:00
layout-descriptor.h [ptr-compr] Support 31-bit Smis in lower half-word on 64-bit architectures. 2018-06-05 11:37:35 +00:00
locked-queue-inl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
locked-queue.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
log-inl.h
log-utils.cc Revert "[logging] Remove unused code" 2018-05-03 12:11:15 +00:00
log-utils.h Revert "[logging] Remove unused code" 2018-05-03 12:11:15 +00:00
log.cc [log][api] introduce public CodeEventListener API 2018-05-28 09:27:24 +00:00
log.h [log][api] introduce public CodeEventListener API 2018-05-28 09:27:24 +00:00
lookup-cache-inl.h [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
lookup-cache.cc Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
lookup-cache.h Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
lookup.cc [reland] [in-place weak refs] Replace WeakCells in DescriptorArray. 2018-06-04 08:59:17 +00:00
lookup.h Reland: [cleanup] Refactor the Factory 2018-04-09 19:52:22 +00:00
lsan.h [lsan] Disable annotations on windows 2018-05-14 09:57:32 +00:00
machine-type.cc [csa] Add C++ compile time type checks to CSA. 2017-08-04 01:09:24 +00:00
machine-type.h [wasm] Make wasm::ValueType independent of the MachineRepresentation 2018-05-07 11:54:56 +00:00
macro-assembler-inl.h
macro-assembler.h [sfi] Compress function arg counts to 16 bit 2018-05-30 16:35:50 +00:00
map-updater.cc [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
map-updater.h Fix a Jumbo breakage 2018-05-29 14:36:48 +00:00
messages.cc [objects] Make Object::BooleanValue take an Isolate 2018-05-25 14:37:22 +00:00
messages.h Remove experiment for restricting constructor return values 2018-05-18 19:59:49 +00:00
msan.h [msan] Add static type checks for non-msan builds 2018-05-08 14:08:29 +00:00
objects-body-descriptors-inl.h [in-place weak refs] Replace WeakCell (object_create_map) in PrototypeInfo. 2018-05-30 11:25:35 +00:00
objects-body-descriptors.h [heap] Refactor BodyDescriptor to avoid redundant map loads. 2018-03-26 11:53:48 +00:00
objects-debug.cc [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
objects-inl.h [reland] [in-place weak refs] Replace WeakCells in DescriptorArray. 2018-06-04 08:59:17 +00:00
objects-printer.cc [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
objects.cc [sfi] Remove SFI function literal id field 2018-06-05 13:45:11 +00:00
objects.h Remove MathPowHalf builtin id 2018-06-04 12:48:17 +00:00
optimized-compilation-info.cc Revert "[turbofan] enable switch jump tables with --no-untrusted-code-mitigations," 2018-06-05 16:56:21 +00:00
optimized-compilation-info.h Revert "[turbofan] enable switch jump tables with --no-untrusted-code-mitigations," 2018-06-05 16:56:21 +00:00
ostreams.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
ostreams.h [ostreams] Extend AsHex and add AsHexBytes 2017-07-25 08:37:46 +00:00
OWNERS Ensure that changes in object body descriptors are reviewed by GC team. 2017-10-25 08:40:27 +00:00
pending-compilation-error-handler.cc Revert "[parser] Slice the source string where possible" 2018-05-02 15:32:13 +00:00
pending-compilation-error-handler.h [binary size] Move PendingCompilationErrorHandler implementation out-of-line 2017-11-21 16:42:55 +00:00
perf-jit.cc [perf-jit] Fix unneeded memory allocation 2018-05-14 14:12:13 +00:00
perf-jit.h [wasm] Log wasm codes on module creation. 2018-03-22 13:17:39 +00:00
PRESUBMIT.py [CQ] Let presubmit scripts point to correct LUCI bots 2018-02-27 23:26:51 +00:00
property-descriptor.cc [reland] [in-place weak refs] Replace WeakCells in DescriptorArray. 2018-06-04 08:59:17 +00:00
property-descriptor.h Port ObjectGetOwnPropertyDescriptor to CSA 2017-09-25 09:21:24 +00:00
property-details.h Fix a Jumbo breakage 2018-05-29 14:36:48 +00:00
property.cc [reland] [in-place weak refs] Replace WeakCells in DescriptorArray. 2018-06-04 08:59:17 +00:00
property.h [reland] [in-place weak refs] Replace WeakCells in DescriptorArray. 2018-06-04 08:59:17 +00:00
prototype.h [cleanup] Remove some obsolete TODOs. 2018-04-27 10:27:27 +00:00
register-configuration.cc [turbofan] IA32 port of branch load poisoning. 2018-03-08 08:25:42 +00:00
register-configuration.h [turbofan] Masking/poisoning in codegen (optimized code, x64) 2018-02-13 15:19:17 +00:00
reglist.h Allow constexpr RegList construction from Registers 2017-10-24 17:30:11 +00:00
runtime-profiler.cc interpreter: make interpreted frames distinguishable in the native stack 2018-04-10 19:33:55 +00:00
runtime-profiler.h [fullcodegen] Remove ability to compile with Full-Codegen. 2017-08-10 11:13:31 +00:00
safepoint-table.cc [code] Add Code::Instruction{Start,End,Size} helpers 2018-02-26 14:53:31 +00:00
safepoint-table.h Refactor SafepointTableBuilder to only store one ZoneList 2017-12-11 17:51:40 +00:00
setup-isolate-deserialize.cc Harden isolate initialization 2017-11-21 12:55:06 +00:00
setup-isolate-full.cc Harden isolate initialization 2017-11-21 12:55:06 +00:00
setup-isolate.h [heap] remove heap init from shipping binary. 2017-09-07 05:24:49 +00:00
signature.h [iwyu] Fixes related to src/machine-type.h 2018-05-03 09:29:08 +00:00
simulator-base.cc [Refactoring] Remove {external_reference_redirector} from the isolate 2018-04-17 16:28:54 +00:00
simulator-base.h [Refactoring] Remove {external_reference_redirector} from the isolate 2018-04-17 16:28:54 +00:00
simulator.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
source-position-table.cc [wasm] Move source position tables off-heap. 2018-03-23 12:33:53 +00:00
source-position-table.h [wasm] Move source position tables off-heap. 2018-03-23 12:33:53 +00:00
source-position.cc [turbolizer] Add inlining information to --trace-turbo 2018-05-16 13:22:24 +00:00
source-position.h [turbolizer] Add inlining information to --trace-turbo 2018-05-16 13:22:24 +00:00
splay-tree-inl.h Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
splay-tree.h Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
startup-data-util.cc Reland "[build] Make separate snapshot for trusted variant" 2018-03-20 10:59:24 +00:00
startup-data-util.h
string-builder.cc
string-builder.h Reland: [cleanup] Refactor the Factory 2018-04-09 19:52:22 +00:00
string-case.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
string-case.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
string-hasher-inl.h [cleanup] Change native_groups_ to use unordered map. 2018-05-07 15:44:58 +00:00
string-hasher.h [cleanup] Change native_groups_ to use unordered map. 2018-05-07 15:44:58 +00:00
string-search.h [ptr-compr] Support 31-bit Smis in lower half-word on 64-bit architectures. 2018-06-05 11:37:35 +00:00
string-stream.cc [runtime] Deduplicate the name between SFI and ScopeInfo 2018-03-16 16:49:42 +00:00
string-stream.h
strtod.cc Fix compilation failure due to -Wunneeded-internal-declaration 2017-12-05 14:52:31 +00:00
strtod.h
transitions-inl.h [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
transitions.cc [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
transitions.h [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
type-hints.cc [builtins] Convert CEntry/GetProperty/StringAdd stubs to builtins 2018-05-07 15:02:42 +00:00
type-hints.h [builtins] Convert CEntry/GetProperty/StringAdd stubs to builtins 2018-05-07 15:02:42 +00:00
unicode-cache-inl.h [scanner] Don't use UnicodeCache for IsLineTerminator. 2017-09-05 07:04:06 +00:00
unicode-cache.h [scanner] Don't use UnicodeCache for IsLineTerminator. 2017-09-05 07:04:06 +00:00
unicode-decoder.cc Consolidate UTF-8 Vector<char> to uc16 decoding into Iterator 2018-02-20 20:04:41 +00:00
unicode-decoder.h Consolidate UTF-8 Vector<char> to uc16 decoding into Iterator 2018-02-20 20:04:41 +00:00
unicode-inl.h Implement DFA Unicode Decoder 2017-12-11 21:36:13 +00:00
unicode.cc Implement DFA Unicode Decoder 2017-12-11 21:36:13 +00:00
unicode.h [esnext] Make ECMAScript a syntactic superset of JSON 2018-02-15 17:01:15 +00:00
unoptimized-compilation-info.cc [Compiler] Split up Unoptimized/Optimized CompilationInfo and CompilationJobs 2018-04-04 21:09:01 +00:00
unoptimized-compilation-info.h [Compiler] Split up Unoptimized/Optimized CompilationInfo and CompilationJobs 2018-04-04 21:09:01 +00:00
uri.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
uri.h
utils-inl.h
utils.cc [turbofan] Add --trace-turbo-filter 2018-05-16 09:33:15 +00:00
utils.h [turbofan] Add --trace-turbo-filter 2018-05-16 09:33:15 +00:00
v8.cc ThreadDataTable: Change global linked list to per-Isolate hash map. 2018-04-24 10:01:26 +00:00
v8.h [heap] Pass isolate to the OOM handler and add an OOM test. 2018-03-22 14:44:50 +00:00
v8dll-main.cc
v8memory.h [wasm] Implement WebAssembly.Global import/export 2018-04-25 16:54:06 +00:00
v8threads.cc [cleanup] Fix remaining (D)CHECK macro usages 2017-10-18 10:12:31 +00:00
v8threads.h Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
value-serializer.cc [explicit isolates] Eliminate GetIsolate from transitions.cc 2018-06-05 11:00:43 +00:00
value-serializer.h Remove redundant WARN_UNUSED_RESULT macro 2018-04-06 16:06:15 +00:00
vector-slot-pair.cc [turbofan] Fix VectorSlotPair printer 2017-12-19 10:19:56 +00:00
vector-slot-pair.h [turbofan] Add feedback to CheckSmi 2017-12-18 15:52:38 +00:00
vector.h Revert "Revert "[wasm] JIT using WasmCodeManager"" 2017-11-28 22:27:13 +00:00
version.cc Use nullptr instead of NULL where possible 2017-10-13 17:21:49 +00:00
version.h [iwyu] More iwyu fixes (date, execution etc.) 2018-02-26 08:59:59 +00:00
visitors.cc [heap-profiler] Simplify snapshotting of the roots. 2018-02-19 10:03:38 +00:00
visitors.h [arm64] Use direct calls where possible. 2018-04-30 15:02:27 +00:00
vm-state-inl.h [profview] Distinguish between parse/opt/unopt compile 2017-08-10 15:44:36 +00:00
vm-state.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00