[deps] Roll dart-lang/native
JSON changes: * Split static calls from const instance recordings. * Add non-constant to the constant pool. * Add receivers to call recordings. (The implementations have not been updated to do this yet.) TEST=pkg/compiler/test/record_use/record_use_test.dart TEST=pkg/dart2wasm/test/record_use_test.dart TEST=pkg/vm/test/transformations/record_use_test.dart Change-Id: I72cc1289d6a52614823def37c1f130f01f9d6046 Cq-Include-Trybots: luci.dart.try:dart2wasm-asserts-linux-chrome-try,dart2wasm-asserts-minified-linux-d8-try,dart2wasm-linux-chrome-try,dart2wasm-linux-d8-try,dart2wasm-linux-firefox-try,dart2wasm-linux-jscm-chrome-try,dart2wasm-linux-optimized-jsc-try,pkg-linux-debug-try,pkg-linux-release-arm64-try,pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-mac-release-try,pkg-win-release-arm64-try,pkg-win-release-try,dart2js-canary-linux-try,dart2js-hostasserts-linux-d8-try,dart2js-linux-chrome-try,dart2js-linux-firefox-try,dart2js-mac-chrome-try,dart2js-mac-safari-try,dart2js-minified-csp-linux-chrome-try,dart2js-minified-linux-d8-try,dart2js-unit-linux-x64-release-try,dart2js-win-chrome-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/482200 Reviewed-by: Michael Goderbauer <goderbauer@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>
This commit is contained in:
committed by
Commit Queue
parent
e2c31151a5
commit
a32acc6abc
@@ -127,3 +127,4 @@ runtime/tools/heapsnapshot/.dart_tool
|
||||
# Gemini CLI
|
||||
.gemini
|
||||
.geminiignore
|
||||
gemini.md
|
||||
|
||||
@@ -145,7 +145,7 @@ vars = {
|
||||
"i18n_rev": "dd8a792a8492370a594706c8304d2eb8db844d7a",
|
||||
"leak_tracker_rev": "f5620600a5ce1c44f65ddaa02001e200b096e14c", # rolled manually
|
||||
"material_color_utilities_rev": "799b6ba2f3f1c28c67cc7e0b4f18e0c7d7f3c03e",
|
||||
"native_rev": "e10223f7669a6fbe9e4cf7bfee284cd41dd42087", # rolled manually while record_use is experimental
|
||||
"native_rev": "f8550838fcde605087358e595346240b12c896f6", # rolled manually while record_use is experimental
|
||||
"protobuf_rev": "9e30258e0aa6a6430ee36c84b75308a9702fde42",
|
||||
"pub_rev": "26c6985c742593d081f8b58450f463a584a4203a", # rolled manually
|
||||
"shelf_rev": "dd830a0338b31bee92fe7ebc20b9bb963403b6b0",
|
||||
|
||||
@@ -37,20 +37,22 @@
|
||||
"dart.tool.dart2js.types:trust": "false"
|
||||
}
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -32,20 +32,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"constants": [
|
||||
{
|
||||
"type": "non_constant"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"value": 42
|
||||
@@ -32,24 +35,26 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+18
-19
@@ -44,23 +44,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
},
|
||||
{
|
||||
"definition_index": 1
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -49,23 +49,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
},
|
||||
{
|
||||
"definition_index": 1
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -32,20 +32,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -32,18 +32,20 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -88,18 +88,20 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 11,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 11,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+23
-21
@@ -43,25 +43,27 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
},
|
||||
{
|
||||
"constant_index": 3,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
},
|
||||
{
|
||||
"constant_index": 3,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+16
-14
@@ -25,18 +25,20 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 0,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 0,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+27
-25
@@ -35,29 +35,31 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
1
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
1
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
-30
@@ -51,34 +51,36 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
},
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
1
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 1
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition_index": 1,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
1
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -57,20 +57,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
4
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
4
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+58
-56
@@ -51,63 +51,65 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"l": 1,
|
||||
"k": 0
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"l": 1,
|
||||
"k": 0
|
||||
},
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"k": 3,
|
||||
"l": 1
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"k": 3,
|
||||
"l": 1
|
||||
},
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"l": 4,
|
||||
"k": 0
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"l": 4,
|
||||
"k": 0
|
||||
},
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"l": 4,
|
||||
"k": 5
|
||||
},
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"l": 4,
|
||||
"k": 5
|
||||
},
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -51,55 +51,57 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 0,
|
||||
"l": 1,
|
||||
"k": 0
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 0,
|
||||
"l": 1,
|
||||
"k": 0
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 2,
|
||||
"k": 3,
|
||||
"l": 1
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 2,
|
||||
"k": 3,
|
||||
"l": 1
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 2,
|
||||
"l": 4,
|
||||
"k": 0
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 2,
|
||||
"l": 4,
|
||||
"k": 0
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 2,
|
||||
"l": 4,
|
||||
"k": 5
|
||||
},
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 2,
|
||||
"l": 4,
|
||||
"k": 5
|
||||
},
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -36,29 +36,31 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 0
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 0
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 1
|
||||
},
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 1
|
||||
},
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -36,29 +36,31 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 0
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 0
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 1
|
||||
},
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"i": 1
|
||||
},
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+24
-19
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"constants": [
|
||||
{
|
||||
"type": "non_constant"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"value": "hello-world"
|
||||
@@ -32,23 +35,25 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"s": 0
|
||||
},
|
||||
"positional": [
|
||||
null
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"named": {
|
||||
"s": 1
|
||||
},
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -56,37 +56,39 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
},
|
||||
{
|
||||
"constant_index": 3,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition_index": 1,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 4,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
},
|
||||
{
|
||||
"constant_index": 3,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition_index": 1,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 4,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+16
-14
@@ -32,18 +32,20 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -32,20 +32,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -44,31 +44,33 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+29
-27
@@ -44,31 +44,33 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0,
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2,
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+27
-25
@@ -36,29 +36,31 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -53,21 +53,20 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 3,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition_index": 1
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 3,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+16
-17
@@ -41,21 +41,20 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition_index": 1
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -32,20 +32,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -26,17 +26,19 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "tearoff"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "tearoff"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -28,20 +28,22 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+66
-61
@@ -65,6 +65,9 @@
|
||||
"value": 11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "non_constant"
|
||||
}
|
||||
],
|
||||
"definitions": [
|
||||
@@ -94,65 +97,67 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
12
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
null
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
0
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
2
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
12
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
13
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+27
-25
@@ -47,29 +47,31 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
},
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
3
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+32
-28
@@ -44,32 +44,36 @@
|
||||
"comment": "Recorded usages of objects tagged with a `RecordUse` annotation",
|
||||
"version": "0.4.0"
|
||||
},
|
||||
"recordings": [
|
||||
{
|
||||
"calls": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
],
|
||||
"definition_index": 0
|
||||
},
|
||||
{
|
||||
"definition_index": 1,
|
||||
"instances": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"uses": {
|
||||
"instances": [
|
||||
{
|
||||
"definition_index": 1,
|
||||
"uses": [
|
||||
{
|
||||
"constant_index": 1,
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"type": "constant"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"static_calls": [
|
||||
{
|
||||
"definition_index": 0,
|
||||
"uses": [
|
||||
{
|
||||
"loading_unit_indices": [
|
||||
0
|
||||
],
|
||||
"positional": [
|
||||
1
|
||||
],
|
||||
"type": "with_arguments"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user