v8/src/wasm
Paolo Severini c949f1eba6 [torque] Convert a few class layout definitions to torque.
Converted WeakFixedArray, PromiseReactionJobTask, PromiseResolveThenableJobTask,
PropertyCell, RegExpMatchInfo, WasmModuleObject, WasmTableObject,
WasmMemoryObject, WasmGlobalObject, WasmExceptionObject, AsmWasmData to torque.

Bug: v8:8952
Change-Id: Iddc8b7bc50f93f1a75b4a96667237eed57de236b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1536991
Commit-Queue: Paolo Severini <paolosev@microsoft.com>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60887}
2019-04-17 01:59:19 +00:00
..
baseline [MIPS32][liftoff] Introduce emit_{i64,i32}_add with immediate 2019-04-17 00:59:09 +00:00
compilation-environment.h [wasm-hints] Resolve Performance Problem 2019-04-05 11:07:00 +00:00
decoder.h [wasm][cleanup] Using 'using' instead of 'typedef' 2019-03-29 10:20:30 +00:00
function-body-decoder-impl.h [wasm] Introduce {BranchOnExceptionImmediate} helper. 2019-04-03 09:42:23 +00:00
function-body-decoder.cc Reland: [wasm][anyref] Add support of call-indirect for multiple tables 2019-03-21 08:42:48 +00:00
function-body-decoder.h [wasm] Move WasmGraphBuildingInterface to own cc file 2018-10-12 10:40:11 +00:00
function-compiler.cc [wasm] Avoid compiling top-tier units on foreground 2019-04-12 07:52:52 +00:00
function-compiler.h [wasm] Remove WasmEngine* from compilation units 2019-04-10 15:33:07 +00:00
graph-builder-interface.cc Reland: [wasm][anyref] Add support of call-indirect for multiple tables 2019-03-21 08:42:48 +00:00
graph-builder-interface.h [cctest] Add V8_EXPORT_PRIVATE for cctest (wasm part) 2019-03-27 13:59:46 +00:00
js-to-wasm-wrapper-cache.h [wasm] Rename inl headers that can be plain headers 2019-03-25 10:48:34 +00:00
jump-table-assembler.cc [wasm][x64] Use near jump in jump table 2019-04-11 13:49:29 +00:00
jump-table-assembler.h [cctest] Add V8_EXPORT_PRIVATE for cctest (wasm part) 2019-03-27 13:59:46 +00:00
leb-helper.h [wasm] Reuse LEB encoding logic in module builder 2017-04-25 11:32:21 +00:00
local-decl-encoder.cc [ubsan] Don't call memcpy with nullptr arguments 2019-01-25 20:53:45 +00:00
local-decl-encoder.h Reland "Make unittest link correctly again" 2017-05-03 10:44:07 +00:00
memory-tracing.cc [wasm-hints] Merged Tier Enum 2019-04-03 16:13:21 +00:00
memory-tracing.h [wasm] Unify all enums representing execution tiers 2018-08-21 15:45:18 +00:00
module-compiler.cc [wasm-hints] Test Compilation With Hints 2019-04-16 15:13:30 +00:00
module-compiler.h [wasm] Make error messages deterministic 2019-03-14 15:05:18 +00:00
module-decoder.cc [wasm-hints] Fix Decoding Bug 2019-04-09 10:10:08 +00:00
module-decoder.h [wasm][cleanup] Using 'using' instead of 'typedef' 2019-03-29 10:20:30 +00:00
module-instantiate.cc [wasm][bulk-memory] Check segment bounds lazily 2019-04-16 22:43:11 +00:00
module-instantiate.h [wasm] Implement table.init bytecode 2019-01-23 15:45:27 +00:00
object-access.h [wasm] Load formal_param_count for mismatched import calls 2018-09-25 16:13:53 +00:00
OWNERS Add myself as an owner for wasm-js 2019-01-18 19:28:34 +00:00
signature-map.cc [wasm] Simplify SignatureMap 2018-10-24 08:46:11 +00:00
signature-map.h [wasm] Simplify SignatureMap 2018-10-24 08:46:11 +00:00
streaming-decoder.cc [wasm][streaming] Report deterministic error location 2019-03-06 17:30:48 +00:00
streaming-decoder.h [vector] Rename {is_empty} to {empty} 2019-04-03 09:16:23 +00:00
value-type.h [wasm] Support reference type globals in interpreter. 2019-04-09 09:50:48 +00:00
wasm-code-manager.cc [wasm][gc] Add missing code refs for code logging 2019-04-15 15:09:26 +00:00
wasm-code-manager.h [wasm][gc] Add code ref on NativeModule::GetCode 2019-04-15 12:34:14 +00:00
wasm-constants.h [wasm-hints] Decode Wasm Compilation Hint Section 2019-03-18 15:07:52 +00:00
wasm-debug.cc [wasm] Support reference types on interpreter entry. 2019-04-08 15:48:07 +00:00
wasm-engine.cc [wasm] Add stack guard for logging code 2019-04-16 15:59:10 +00:00
wasm-engine.h [wasm] Move code logging management to engine 2019-04-16 12:27:50 +00:00
wasm-external-refs.cc [wasm] Implement memory.{copy,fill} explicitly 2019-03-07 21:33:03 +00:00
wasm-external-refs.h [wasm][cleanup] Using 'using' instead of 'typedef' 2019-03-29 10:20:30 +00:00
wasm-feature-flags.h [wasm] Enable bulk-memory by default 2019-04-11 22:11:13 +00:00
wasm-features.cc Reland "[wasm] Add feature counter for threads and shared memory" 2018-08-23 16:51:23 +00:00
wasm-features.h Reland "[wasm] Add feature counter for threads and shared memory" 2018-08-23 16:51:23 +00:00
wasm-import-wrapper-cache.cc [wasm][gc] Make import wrapper cache keep WasmCode alive 2019-04-03 09:55:53 +00:00
wasm-import-wrapper-cache.h Add more V8_EXPORT_PRIVATE 2019-04-08 16:29:37 +00:00
wasm-interpreter.cc [wasm] Fix data race on code table 2019-04-11 13:52:33 +00:00
wasm-interpreter.h [cctest] Add V8_EXPORT_PRIVATE for cctest (wasm part) 2019-03-27 13:59:46 +00:00
wasm-js.cc [wasm] Move is_growable from JSArrayBuffer object to AllocationData 2019-04-04 21:11:39 +00:00
wasm-js.h [api] Add WebAssembly caching API 2018-10-12 21:34:45 +00:00
wasm-limits.h [wasm] correct Table limit 2019-03-05 15:22:20 +00:00
wasm-linkage.h [cleanup] Fix kPointerSize usages in src/wasm/ 2018-12-19 12:42:24 +00:00
wasm-memory.cc [wasm] Move is_growable from JSArrayBuffer object to AllocationData 2019-04-04 21:11:39 +00:00
wasm-memory.h [wasm] Move is_growable from JSArrayBuffer object to AllocationData 2019-04-04 21:11:39 +00:00
wasm-module-builder.cc [vector] Rename {is_empty} to {empty} 2019-04-03 09:16:23 +00:00
wasm-module-builder.h [cleanup] Move ZoneSplayTree to its own header 2019-02-26 15:39:39 +00:00
wasm-module.cc Reland "[wasm] Implement table.init for interpreter" 2019-04-05 20:09:33 +00:00
wasm-module.h [cctest] Add V8_EXPORT_PRIVATE to arm/arm64 ports 2019-04-09 12:00:39 +00:00
wasm-objects-inl.h [managed] Clean up {std::shared_ptr} use 2019-03-25 10:08:49 +00:00
wasm-objects.cc [torque] Convert a few class layout definitions to torque. 2019-04-17 01:59:19 +00:00
wasm-objects.h [torque] Convert a few class layout definitions to torque. 2019-04-17 01:59:19 +00:00
wasm-opcodes.cc [wasm] Rename Atomics Wake operator to Notify. 2019-03-09 01:46:44 +00:00
wasm-opcodes.h [wasm][anyref] Introduce anyfunc globals 2019-03-18 12:01:52 +00:00
wasm-result.cc [wasm] Split Result/ResultBase in WasmError and Result 2019-01-15 12:48:02 +00:00
wasm-result.h [cleanup] Start cleaning up utils.h 2019-02-26 10:22:05 +00:00
wasm-serialization.cc [wasm-hints] Merged Tier Enum 2019-04-03 16:13:21 +00:00
wasm-serialization.h [cctest] Add V8_EXPORT_PRIVATE for cctest (wasm part) 2019-03-27 13:59:46 +00:00
wasm-text.cc [wasm] Introduce {BranchOnExceptionImmediate} helper. 2019-04-03 09:42:23 +00:00
wasm-text.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
wasm-tier.h [wasm-hints] Resolve Performance Problem 2019-04-05 11:07:00 +00:00
wasm-value.h [wasm] Add support for "br_on_exn" in the interpreter. 2019-04-03 12:16:36 +00:00