Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Side by Side Diff: BUILD.gn

Issue 2065013002: [heap] Add inlined fast path for JSArrayBuffer (un)register in tracker (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/heap/array-buffer-tracker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 "src/futex-emulation.h", 1170 "src/futex-emulation.h",
1171 "src/gdb-jit.cc", 1171 "src/gdb-jit.cc",
1172 "src/gdb-jit.h", 1172 "src/gdb-jit.h",
1173 "src/global-handles.cc", 1173 "src/global-handles.cc",
1174 "src/global-handles.h", 1174 "src/global-handles.h",
1175 "src/globals.h", 1175 "src/globals.h",
1176 "src/handles-inl.h", 1176 "src/handles-inl.h",
1177 "src/handles.cc", 1177 "src/handles.cc",
1178 "src/handles.h", 1178 "src/handles.h",
1179 "src/heap-symbols.h", 1179 "src/heap-symbols.h",
1180 "src/heap/array-buffer-tracker-inl.h",
1180 "src/heap/array-buffer-tracker.cc", 1181 "src/heap/array-buffer-tracker.cc",
1181 "src/heap/array-buffer-tracker.h", 1182 "src/heap/array-buffer-tracker.h",
1182 "src/heap/gc-idle-time-handler.cc", 1183 "src/heap/gc-idle-time-handler.cc",
1183 "src/heap/gc-idle-time-handler.h", 1184 "src/heap/gc-idle-time-handler.h",
1184 "src/heap/gc-tracer.cc", 1185 "src/heap/gc-tracer.cc",
1185 "src/heap/gc-tracer.h", 1186 "src/heap/gc-tracer.h",
1186 "src/heap/heap-inl.h", 1187 "src/heap/heap-inl.h",
1187 "src/heap/heap.cc", 1188 "src/heap/heap.cc",
1188 "src/heap/heap.h", 1189 "src/heap/heap.h",
1189 "src/heap/incremental-marking-job.cc", 1190 "src/heap/incremental-marking-job.cc",
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 2292
2292 deps = [ 2293 deps = [
2293 ":fuzzer_support", 2294 ":fuzzer_support",
2294 ] 2295 ]
2295 2296
2296 configs = [ ":internal_config" ] 2297 configs = [ ":internal_config" ]
2297 } 2298 }
2298 2299
2299 v8_fuzzer("wasm_asmjs_fuzzer") { 2300 v8_fuzzer("wasm_asmjs_fuzzer") {
2300 } 2301 }
OLDNEW
« no previous file with comments | « no previous file | src/heap/array-buffer-tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698