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

Side by Side Diff: BUILD.gn

Issue 2518003002: [ignition] Add a reverse bytecode iterator (Closed)
Patch Set: Make class final Created 4 years, 1 month 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/interpreter/bytecode-array-reverse-iterator.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 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 "src/identity-map.cc", 1439 "src/identity-map.cc",
1440 "src/identity-map.h", 1440 "src/identity-map.h",
1441 "src/interface-descriptors.cc", 1441 "src/interface-descriptors.cc",
1442 "src/interface-descriptors.h", 1442 "src/interface-descriptors.h",
1443 "src/interpreter/bytecode-array-accessor.cc", 1443 "src/interpreter/bytecode-array-accessor.cc",
1444 "src/interpreter/bytecode-array-accessor.h", 1444 "src/interpreter/bytecode-array-accessor.h",
1445 "src/interpreter/bytecode-array-builder.cc", 1445 "src/interpreter/bytecode-array-builder.cc",
1446 "src/interpreter/bytecode-array-builder.h", 1446 "src/interpreter/bytecode-array-builder.h",
1447 "src/interpreter/bytecode-array-iterator.cc", 1447 "src/interpreter/bytecode-array-iterator.cc",
1448 "src/interpreter/bytecode-array-iterator.h", 1448 "src/interpreter/bytecode-array-iterator.h",
1449 "src/interpreter/bytecode-array-reverse-iterator.cc",
1450 "src/interpreter/bytecode-array-reverse-iterator.h",
1449 "src/interpreter/bytecode-array-writer.cc", 1451 "src/interpreter/bytecode-array-writer.cc",
1450 "src/interpreter/bytecode-array-writer.h", 1452 "src/interpreter/bytecode-array-writer.h",
1451 "src/interpreter/bytecode-dead-code-optimizer.cc", 1453 "src/interpreter/bytecode-dead-code-optimizer.cc",
1452 "src/interpreter/bytecode-dead-code-optimizer.h", 1454 "src/interpreter/bytecode-dead-code-optimizer.h",
1453 "src/interpreter/bytecode-decoder.cc", 1455 "src/interpreter/bytecode-decoder.cc",
1454 "src/interpreter/bytecode-decoder.h", 1456 "src/interpreter/bytecode-decoder.h",
1455 "src/interpreter/bytecode-flags.cc", 1457 "src/interpreter/bytecode-flags.cc",
1456 "src/interpreter/bytecode-flags.h", 1458 "src/interpreter/bytecode-flags.h",
1457 "src/interpreter/bytecode-generator.cc", 1459 "src/interpreter/bytecode-generator.cc",
1458 "src/interpreter/bytecode-generator.h", 1460 "src/interpreter/bytecode-generator.h",
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 ] 3005 ]
3004 3006
3005 configs = [ 3007 configs = [
3006 ":external_config", 3008 ":external_config",
3007 ":internal_config_base", 3009 ":internal_config_base",
3008 ] 3010 ]
3009 } 3011 }
3010 3012
3011 v8_fuzzer("wasm_data_section_fuzzer") { 3013 v8_fuzzer("wasm_data_section_fuzzer") {
3012 } 3014 }
OLDNEW
« no previous file with comments | « no previous file | src/interpreter/bytecode-array-reverse-iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698