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

Unified Diff: pkg/compiler/lib/src/kernel/element_map.dart

Issue 2961563003: Hopefully the last bit of restructuring between closture classes and loop boxing, etc. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/kernel/element_map.dart
diff --git a/pkg/compiler/lib/src/kernel/element_map.dart b/pkg/compiler/lib/src/kernel/element_map.dart
index 7407499401efc2e3e6c665b3856c96e1c990d918..5c992340af72c16288139c2c3e87083fca32b1a8 100644
--- a/pkg/compiler/lib/src/kernel/element_map.dart
+++ b/pkg/compiler/lib/src/kernel/element_map.dart
@@ -1079,9 +1079,8 @@ abstract class KernelToLocalsMap {
// TODO(johnniwinther): Split this by kind of [node]?
JumpTarget getJumpTarget(ir.TreeNode node, {bool isContinueTarget: false});
- /// Returns the [LoopClosureRepresentationInfo] for the loop [node] in
- /// [closureClassMaps].
- LoopClosureRepresentationInfo getClosureRepresentationInfoForLoop(
+ /// Returns the [ClosureBase] for the loop [node] in [closureClassMaps].
+ ClosureBase getClosureRepresentationInfoForLoop(
ClosureDataLookup closureLookup, ir.TreeNode node);
}

Powered by Google App Engine
This is Rietveld 408576698