v8/src/wasm
Andreas Haas 8ea6d3978b [wasm][cleanup] Reorder parameters of ValueTypes::IsSubType
I realized that the parameter order of ValuesTypes::IsSubType is
inconsistent with the parameter of e.g. DCHECK_LT. DCHECK_LT(a, b) is
satisfied if a < b. For ValueTypes it was the other way around.
ValueTypes::IsSubType(a, b) returned true if b was a subtype of a.

R=mstarzinger@chromium.org

Bug: v8:9183
Change-Id: Ifb192bbecdcfe002ef8ca0887d1497393e16e11e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1649358
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62050}
2019-06-07 11:33:09 +00:00
..
baseline PPC/s390: [Liftoff] Add histogram for bailout reasons 2019-05-31 12:55:37 +00:00
c-api.cc [wasm-c-api] Add tests and fixes 2019-05-28 09:57:04 +00:00
c-api.h [wasm-c-api] Add tests and fixes 2019-05-28 09:57:04 +00:00
compilation-environment.h [wasm] Fix alloc/dealloc size mismatch 2019-05-27 15:29:06 +00:00
decoder.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
DEPS [wasm-c-api] Add tests and fixes 2019-05-28 09:57:04 +00:00
function-body-decoder-impl.h [wasm][cleanup] Reorder parameters of ValueTypes::IsSubType 2019-06-07 11:33:09 +00:00
function-body-decoder.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
function-body-decoder.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
function-compiler.cc [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
function-compiler.h [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
graph-builder-interface.cc Move remaining files in src/ 2019-05-24 18:24:36 +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 Reland "Move logging and diagnostics related source files" 2019-05-20 09:54:57 +00:00
jump-table-assembler.cc Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
jump-table-assembler.h Move code generation related files to src/codegen 2019-05-21 10:33:39 +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 Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
local-decl-encoder.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
memory-tracing.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
memory-tracing.h Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
module-compiler.cc [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
module-compiler.h [wasm] Compile import wrappers in parallel 2019-05-27 09:36:55 +00:00
module-decoder.cc [wasm][cleanup] Reorder parameters of ValueTypes::IsSubType 2019-06-07 11:33:09 +00:00
module-decoder.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
module-instantiate.cc [wasm][cleanup] Reorder parameters of ValueTypes::IsSubType 2019-06-07 11:33:09 +00:00
module-instantiate.h [wasm] Implement table.init bytecode 2019-01-23 15:45:27 +00:00
object-access.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
OWNERS Remove 'set noparent' from OWNERS files where reasonable 2019-06-03 10:18:22 +00:00
signature-map.cc Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
signature-map.h [wasm][anyref] Cache export wrappers per signature 2019-05-22 14:59:50 +00:00
streaming-decoder.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
streaming-decoder.h Move utility code to src/utils 2019-05-23 14:13:34 +00:00
value-type.h [wasm][cleanup] Reorder parameters of ValueTypes::IsSubType 2019-06-07 11:33:09 +00:00
wasm-code-manager.cc [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
wasm-code-manager.h [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
wasm-constants.h [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
wasm-debug.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-engine.cc [wasm][gc] Fix category in trace events and add more 2019-05-27 09:54:54 +00:00
wasm-engine.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-external-refs.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-external-refs.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-feature-flags.h [wasm] Enable bulk-memory by default 2019-04-11 22:11:13 +00:00
wasm-features.cc Move remaining files in src/ 2019-05-24 18:24:36 +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] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
wasm-import-wrapper-cache.h [wasm] Early compilation of import wrappers 2019-06-05 09:35:25 +00:00
wasm-interpreter.cc [wasm][anyref] Introduce the select_with_type instruction 2019-05-28 10:46:23 +00:00
wasm-interpreter.h [wasm] Display wasm globals in the inspector 2019-05-10 18:35:44 +00:00
wasm-js.cc Reland "[wasm] Store signature with {WebAssembly.Function} objects." 2019-05-29 08:59:08 +00:00
wasm-js.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-limits.h [wasm] correct Table limit 2019-03-05 15:22:20 +00:00
wasm-linkage.h Move code generation related files to src/codegen 2019-05-21 10:33:39 +00:00
wasm-memory.cc [wasm] Gate registering shared WasmMemory on the grow flag. 2019-06-06 22:24:25 +00:00
wasm-memory.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-module-builder.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-module-builder.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-module.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-module.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-objects-inl.h Reland "[wasm] Store signature with {WebAssembly.Function} objects." 2019-05-29 08:59:08 +00:00
wasm-objects.cc Reland "[wasm] Store signature with {WebAssembly.Function} objects." 2019-05-29 08:59:08 +00:00
wasm-objects.h Reland "[wasm] Store signature with {WebAssembly.Function} objects." 2019-05-29 08:59:08 +00:00
wasm-opcodes.cc [wasm][anyref] Introduce the select_with_type instruction 2019-05-28 10:46:23 +00:00
wasm-opcodes.h [wasm][anyref] Introduce the select_with_type instruction 2019-05-28 10:46:23 +00:00
wasm-result.cc Move more relevant files to src/objects 2019-05-23 08:52:30 +00:00
wasm-result.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00
wasm-serialization.cc Move remaining files in src/ 2019-05-24 18:24:36 +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 Move utility code to src/utils 2019-05-23 14:13:34 +00:00
wasm-text.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
wasm-tier.h [wasm] Remove {LiftoffCompilationUnit} 2019-04-29 12:39:21 +00:00
wasm-value.h Move remaining files in src/ 2019-05-24 18:24:36 +00:00