Skip to content

Commit 3757390

Browse files
committed
Roll src/third_party/dart ecd7a88..0a7dcf1 (4 commits)
0a7dcf1 Attempt tracing to /sys/kernel/tracing/trace_marker on Linux. 02b65ee Include 'includedSuggestionRelevanceTags' into completion response. 71e8588 Include enum constants into available declarations. 30f9143 Revert "[vm] Decouple stub code from runtime." and "[VM/Decoupling] Follow-up change to decoupling of stub_code: Fix missing "!""
1 parent 61d3080 commit 3757390

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': 'ecd7a88606a4bf896316f56f1b0db6f5469c2623',
34+
'dart_revision': '0a7dcf17eb5f2450480527d6ad1e201fb47f1e36',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b96e952dc699011e4e876641cc051a12
1+
Signature: 8a314b3884017fae7b125cb423fa8d3f
22

33
UNUSED LICENSES:
44

@@ -5653,6 +5653,7 @@ FILE: ../../../third_party/dart/runtime/vm/signal_handler_fuchsia.cc
56535653
FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.cc
56545654
FILE: ../../../third_party/dart/runtime/vm/simulator_dbc.h
56555655
FILE: ../../../third_party/dart/runtime/vm/stack_frame_dbc.h
5656+
FILE: ../../../third_party/dart/runtime/vm/stub_code_dbc.cc
56565657
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter_fuchsia.cc
56575658
FILE: ../../../third_party/dart/runtime/vm/token_position.cc
56585659
FILE: ../../../third_party/dart/runtime/vm/token_position.h
@@ -5708,26 +5709,15 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/slot_test.cc
57085709
FILE: ../../../third_party/dart/runtime/vm/compiler/relocation.cc
57095710
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_api.cc
57105711
FILE: ../../../third_party/dart/runtime/vm/compiler/runtime_api.h
5711-
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler.h
5712-
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm.cc
5713-
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_arm64.cc
5714-
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_dbc.cc
5715-
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_ia32.cc
5716-
FILE: ../../../third_party/dart/runtime/vm/compiler/stub_code_compiler_x64.cc
57175712
FILE: ../../../third_party/dart/runtime/vm/frame_layout.h
57185713
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist.h
57195714
FILE: ../../../third_party/dart/runtime/vm/intrusive_dlist_test.cc
57205715
FILE: ../../../third_party/dart/runtime/vm/longjump.h
57215716
FILE: ../../../third_party/dart/runtime/vm/pointer_tagging.h
5722-
FILE: ../../../third_party/dart/runtime/vm/static_type_exactness_state.h
5723-
FILE: ../../../third_party/dart/runtime/vm/stub_code_list.h
57245717
FILE: ../../../third_party/dart/runtime/vm/thread_stack_resource.cc
57255718
FILE: ../../../third_party/dart/runtime/vm/thread_stack_resource.h
57265719
FILE: ../../../third_party/dart/runtime/vm/thread_state.cc
57275720
FILE: ../../../third_party/dart/runtime/vm/thread_state.h
5728-
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm.cc
5729-
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_arm64.cc
5730-
FILE: ../../../third_party/dart/runtime/vm/type_testing_stubs_x64.cc
57315721
----------------------------------------------------------------------------------------------------
57325722
Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
57335723
for details. All rights reserved.
@@ -6211,7 +6201,10 @@ FILE: ../../../third_party/dart/runtime/vm/simulator_arm.h
62116201
FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm.h
62126202
FILE: ../../../third_party/dart/runtime/vm/stack_frame_ia32.h
62136203
FILE: ../../../third_party/dart/runtime/vm/stack_frame_x64.h
6204+
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm.cc
62146205
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm_test.cc
6206+
FILE: ../../../third_party/dart/runtime/vm/stub_code_ia32.cc
6207+
FILE: ../../../third_party/dart/runtime/vm/stub_code_x64.cc
62156208
FILE: ../../../third_party/dart/runtime/vm/tags.h
62166209
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.cc
62176210
FILE: ../../../third_party/dart/runtime/vm/thread_interrupter.h
@@ -6473,6 +6466,7 @@ FILE: ../../../third_party/dart/runtime/vm/runtime_entry_arm64.cc
64736466
FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.cc
64746467
FILE: ../../../third_party/dart/runtime/vm/simulator_arm64.h
64756468
FILE: ../../../third_party/dart/runtime/vm/stack_frame_arm64.h
6469+
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64.cc
64766470
FILE: ../../../third_party/dart/runtime/vm/stub_code_arm64_test.cc
64776471
FILE: ../../../third_party/dart/runtime/vm/tags.cc
64786472
FILE: ../../../third_party/dart/runtime/vm/unibrow-inl.h

0 commit comments

Comments
 (0)