v8/src
Clemens Backes 5c1ed319d7 [wasm] Fix logged name of wasm-to-js wrappers
Instead of logging them as "wasm-unnamed" functions, log them as
"wasm-to-js", and append the signature.

This moves and generalizes the {AppendSignature} method that was already
used to produce the signature string for other wrappers.

R=jkummerow@chromium.org

Bug: chromium:1029470
Change-Id: Ic911cb19a49dcbc332bf5a4aa195107522ac6945
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1946350
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65287}
2019-12-02 13:34:03 +00:00
..
api [api] Remove deprecated wasm type and methods 2019-11-28 13:55:15 +00:00
asmjs [asm.js] Fix load type of {Float32Array} and {Float64Array}. 2019-11-25 14:47:08 +00:00
ast Implement top-level await for REPL mode 2019-12-02 09:09:43 +00:00
base [gasm] Strengthen typing 2019-11-28 14:22:26 +00:00
builtins [wasm] Remove obsolete {Builtins::IsWasmRuntimeStub}. 2019-11-28 14:02:15 +00:00
codegen [cleanup] Move Pshufd macro into helper 2019-12-02 10:54:07 +00:00
common [isolate] Make field getters use a const Isolate* 2019-11-27 12:39:30 +00:00
compiler [wasm] Fix logged name of wasm-to-js wrappers 2019-12-02 13:34:03 +00:00
compiler-dispatcher [compile] Collect RuntimeCallStats for AssembleCode 2019-11-27 19:06:18 +00:00
d8 [builtins] Allow 2Gb TypedArrays on 64-bit architectures 2019-11-11 21:42:56 +00:00
date [cleanup] Split out bit-field.h and bounds.h from utils/utils.h 2019-11-15 13:00:08 +00:00
debug [wasm] Support stepping back to Javascript from Wasm 2019-11-22 17:16:17 +00:00
deoptimizer [compiler] Allow deopts to slightly exceed the stack limit 2019-11-19 06:30:07 +00:00
diagnostics [wasm-simd] AVX codegen for load splat 2019-12-02 10:07:23 +00:00
execution Don't try to optimize an already-optimized function 2019-12-02 12:04:23 +00:00
extensions [api] Deprecate [Shared]ArrayBuffer::Externalize/GetContents and constructors 2019-10-29 22:01:54 +00:00
flags [api] SharedMemoryStatistics now reports RO-Heap stats 2019-11-28 10:40:29 +00:00
handles [heap, perfetto] Emit MinorGC/MajorGC trace events for each GC 2019-11-22 16:59:08 +00:00
heap [heap] Consolidate visiting of objects in MarkCompactCollector 2019-12-02 10:38:53 +00:00
ic Revert "[ic] Load name/context lazily in LdaNamedProperty" 2019-11-27 13:57:21 +00:00
init Implement top-level await for REPL mode 2019-12-02 09:09:43 +00:00
inspector Implement top-level await for REPL mode 2019-12-02 09:09:43 +00:00
interpreter Implement top-level await for REPL mode 2019-12-02 09:09:43 +00:00
json More LookupIterator fixes after r65078 2019-11-26 15:45:11 +00:00
libplatform [tracing] Fix endianness problem when using booleans 2019-11-08 13:35:41 +00:00
libsampler libsampler fix register calls for FreeBSD 2019-11-28 09:42:39 +00:00
logging [wasm] Fix logged name of wasm-to-js wrappers 2019-12-02 13:34:03 +00:00
numbers Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
objects Introduce and emit "function calls in detached window" use counters. 2019-12-02 08:56:13 +00:00
parsing Implement top-level await for REPL mode 2019-12-02 09:09:43 +00:00
profiler [cpu-profiler] Remove deprecated GetCallUid() 2019-11-27 13:56:19 +00:00
protobuf
regexp Reland "[regexp] Re-execute regexp when '.indices' is accessed." 2019-11-21 13:01:48 +00:00
roots [runtime] Creates a global/read-only ScopeInfo for NativeContext 2019-10-24 15:44:30 +00:00
runtime Introduce and emit "function calls in detached window" use counters. 2019-12-02 08:56:13 +00:00
sanitizer Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
snapshot Changing checksum implementation to use zlib's adler32 2019-11-25 21:54:30 +00:00
strings Reland "Fixes for size_t LookupIterator" 2019-11-25 22:58:40 +00:00
tasks Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
third_party Remove yangguo@chromium.org from some OWNERS files 2019-10-31 13:27:20 +00:00
torque [isolate] Make field getters use a const Isolate* 2019-11-27 12:39:30 +00:00
tracing [tracing] Generalize {SetTraceValue} method 2019-11-01 09:59:51 +00:00
trap-handler Introducing trap handler support for FreeBSD x64. 2019-11-08 16:46:05 +00:00
utils [utils] Remove unused MutableCStrVector 2019-11-26 16:55:21 +00:00
wasm [wasm] Fix logged name of wasm-to-js wrappers 2019-12-02 13:34:03 +00:00
zone Rename clemensh to clemensb in OWNERS 2019-09-26 08:44:44 +00:00
DEPS [tracing] Use the new perfetto client API 2019-07-08 13:37:16 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00