v8/test/cctest/wasm
clemensh 081ac37048 [wasm] Introduce WasmSharedModuleData and refactor other objects
The new object will hold information which is shared by all clones of a
WasmCompiledModule, e.g. the decoded asm.js offset table, and in the
future also breakpoints. From there, we can set them on each new
instantiation of any clone.

While already changing lots of the code base, I also renamed all
getters from "get_foo" to "foo", to conform to the style guide.

R=titzer@chromium.org, yangguo@chromium.org
BUG=v8:5732

Review-Url: https://codereview.chromium.org/2591653002
Cr-Commit-Position: refs/heads/master@{#41862}
2016-12-20 14:34:07 +00:00
..
OWNERS Adding a few more owners to the wasm directory. 2016-06-29 17:38:30 +00:00
test-managed.cc [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are deleted when the wrapper is garbage collected. 2016-10-17 09:28:40 +00:00
test-run-wasm-64.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-asmjs.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-interpreter.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-js.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-module.cc [wasm] Introduce WasmSharedModuleData and refactor other objects 2016-12-20 14:34:07 +00:00
test-run-wasm-relocation.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-simd-lowering.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-run-wasm-simd.cc [Turbofan] Add native ARM support for basic SIMD 32x4 operations. 2016-12-19 22:23:03 +00:00
test-run-wasm.cc [wasm] Make WasmRunner the central test structure 2016-12-16 10:13:11 +00:00
test-wasm-breakpoints.cc [wasm] Introduce WasmSharedModuleData and refactor other objects 2016-12-20 14:34:07 +00:00
test-wasm-stack.cc [wasm] Always provide a wasm instance object at runtime 2016-12-19 15:03:13 +00:00
test-wasm-trap-position.cc [wasm] Always provide a wasm instance object at runtime 2016-12-19 15:03:13 +00:00
wasm-run-utils.h [wasm] Introduce WasmSharedModuleData and refactor other objects 2016-12-20 14:34:07 +00:00