v8/src/execution
Ulan Degenbaev 521ae93bf6 [api] Add v8::metrics::LongTaskStats for the LongTasks UKM
Bug: chromium:1173527
Change-Id: If918b739f137b9c09030104b909e7bd2d4cd5984
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2817616
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73953}
2021-04-14 12:56:34 +00:00
..
arm [relaxed-simd] Move tests into separate file 2021-03-22 18:41:54 +00:00
arm64 [wasm-simd] Remove PrefetchTemporal and PrefetchNonTemporal operations 2021-03-22 17:47:49 +00:00
ia32 [wasm][liftoff][arm64] Avoid x28 even without pointer compression 2021-03-12 13:07:17 +00:00
mips [frames] Add UnoptimizedFrame 2021-02-15 14:35:04 +00:00
mips64 [frames] Add UnoptimizedFrame 2021-02-15 14:35:04 +00:00
ppc PPC: only clear cr field 6 under simd AnyTrue and AllTrue 2021-04-07 15:36:06 +00:00
riscv64 [riscv64] Add call builtin info in simulator 2021-04-12 14:25:53 +00:00
s390 S390 [simd]: optimize vector multiply extend on codegen 2021-04-08 19:52:12 +00:00
x64 [wasm][liftoff][arm64] Avoid x28 even without pointer compression 2021-03-12 13:07:17 +00:00
arguments-inl.h [ptr-compr][csa] Use TaggedIndex nodes in IC builtins 2020-03-04 15:45:32 +00:00
arguments.cc
arguments.h [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
execution.cc [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
execution.h Reland "[no-wasm] Exclude src/wasm from compilation" 2021-03-11 14:29:26 +00:00
external-pointer-table.cc Replace libc functions with base wrappers 2020-11-17 08:50:41 +00:00
external-pointer-table.h Replace libc functions with base wrappers 2020-11-17 08:50:41 +00:00
frame-constants.h Reland "[no-wasm] Exclude src/wasm from compilation" 2021-03-11 14:29:26 +00:00
frames-inl.h Reland "[wasm] Emit safepoint info for callee-saved registers in the deopt-index" 2021-03-17 11:41:34 +00:00
frames.cc Rename root kTop to kStackRoots 2021-04-07 14:30:21 +00:00
frames.h [sparkplug] Support shorter builtin calls, pt.2 2021-03-17 14:35:14 +00:00
futex-emulation.cc Reland "[atomics] Fix critical section for Atomics.waitAsync" 2021-03-31 22:56:03 +00:00
futex-emulation.h [cleanup][execution] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-12-01 00:43:19 +00:00
interrupts-scope.cc [isolate-data] Move the StackGuard to IsolateData 2019-08-12 13:56:27 +00:00
interrupts-scope.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
isolate-data.h [api] Add v8::metrics::LongTaskStats for the LongTasks UKM 2021-04-14 12:56:34 +00:00
isolate-inl.h [top-level-await] Implement the new post-order requirement for async subgraphs 2021-03-19 19:22:04 +00:00
isolate-utils-inl.h [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
isolate-utils.h Reland^2 "[ptr-cage] Rename IsolateRoot to PtrComprCageBase" 2021-04-06 01:55:28 +00:00
isolate.cc [api] Add v8::metrics::LongTaskStats for the LongTasks UKM 2021-04-14 12:56:34 +00:00
isolate.h [api] Add v8::metrics::LongTaskStats for the LongTasks UKM 2021-04-14 12:56:34 +00:00
local-isolate-inl.h [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
local-isolate.cc Reland "[TurboFan] Move FunctionTemplateInfo to never serialized" 2021-03-23 10:09:19 +00:00
local-isolate.h [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
messages.cc [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
messages.h [Error.cause] Implement error cause tc39 proposal 2021-04-08 10:05:17 +00:00
microtask-queue.cc [weakrefs] Call Isolate::ClearKeptObjects() as part of microtask checkpoint 2020-02-19 02:25:34 +00:00
microtask-queue.h [clang-tidy] Add override to overridden destructors 2020-05-26 16:56:18 +00:00
OWNERS Update OWNERS in src/* 2021-02-25 14:22:51 +00:00
pointer-authentication-dummy.h [arm64] Implement list of allowed return addresses in the deoptimizer 2020-08-19 13:32:46 +00:00
pointer-authentication.h [arm64] Implement list of allowed return addresses in the deoptimizer 2020-08-19 13:32:46 +00:00
protectors-inl.h Reland "[compiler] Directly read PropertyCells" 2021-02-12 13:52:40 +00:00
protectors.cc Reland "[compiler] Directly read PropertyCells" 2021-02-12 13:52:40 +00:00
protectors.h Revert "[ic] Add a new MegaDOM IC" 2021-03-31 09:29:15 +00:00
runtime-profiler.cc [turboprop] Reduce BytecodeBudgetInterrupt overhead from Turboprop 2021-02-22 12:21:40 +00:00
runtime-profiler.h [frames] Add UnoptimizedFrame 2021-02-15 14:35:04 +00:00
shared-mutex-guard-if-off-thread.h [TurboFan] Templatize GetBytecodeArray 2020-12-17 16:46:53 +00:00
simulator-base.cc
simulator-base.h Add RISC-V backend 2021-02-09 17:06:36 +00:00
simulator.h Add RISC-V backend 2021-02-09 17:06:36 +00:00
stack-guard.cc [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
stack-guard.h [stackguard] Add "HasTerminationRequest" function 2021-03-08 12:00:08 +00:00
thread-id.cc Use thread_local for storing ThreadId 2020-11-13 13:50:41 +00:00
thread-id.h
thread-local-top.cc Make the thread_id field of Isolate::thread_local_top atomic 2020-11-13 14:43:44 +00:00
thread-local-top.h Make the thread_id field of Isolate::thread_local_top atomic 2020-11-13 14:43:44 +00:00
v8threads.cc [debug, execution, heap] Iterate debug roots for archived threads 2020-11-17 08:52:01 +00:00
v8threads.h [cpu-profiler] Ensure sampled thread has Isolate lock under Windows 2020-09-16 16:17:39 +00:00
vm-state-inl.h [tools] Add a VMState for Atomics.wait 2020-01-31 16:04:55 +00:00
vm-state.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00