v8/test/unittests/assembler
Jakob Gruber c51041f454 [nci] Replace CompilationTarget with a new Code::Kind value
With the new Turbofan variants (NCI and Turboprop), we need a way to
distinguish between them both during and after compilation. We
initially introduced CompilationTarget to track the variant during
compilation, but decided to reuse the code kind as the canonical spot to
store this information instead.

Why? Because it is an established mechanism, already available in most
of the necessary spots (inside the pipeline, on Code objects, in
profiling traces).

This CL removes CompilationTarget and adds a new
NATIVE_CONTEXT_INDEPENDENT kind, plus helper functions to determine
various things about a given code kind (e.g.: does this code kind
deopt?).

As a (very large) drive-by, refactor both Code::Kind and
AbstractCode::Kind into a new CodeKind enum class.

Bug: v8:8888
Change-Id: Ie858b9a53311b0731630be35cf5cd108dee95b39
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2336793
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Dominik Inführ <dinfuehr@chromium.org>
Reviewed-by: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69244}
2020-08-05 12:27:22 +00:00
..
turbo-assembler-arm64-unittest.cc [nci] Replace CompilationTarget with a new Code::Kind value 2020-08-05 12:27:22 +00:00
turbo-assembler-arm-unittest.cc [nci] Replace CompilationTarget with a new Code::Kind value 2020-08-05 12:27:22 +00:00
turbo-assembler-ia32-unittest.cc [wasm] Save FP & PC when calling C functions 2020-02-27 14:39:46 +00:00
turbo-assembler-mips64-unittest.cc [wasm][mips] Save FP & PC when calling C functions 2020-03-19 09:38:06 +00:00
turbo-assembler-mips-unittest.cc [wasm][mips] Save FP & PC when calling C functions 2020-03-19 09:38:06 +00:00
turbo-assembler-ppc-unittest.cc PPC/s390: [wasm] Save FP & PC when calling C functions 2020-02-27 21:40:56 +00:00
turbo-assembler-s390-unittest.cc PPC/s390: [wasm] Save FP & PC when calling C functions 2020-02-27 21:40:56 +00:00
turbo-assembler-x64-unittest.cc [wasm] Save FP & PC when calling C functions 2020-02-27 14:39:46 +00:00