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

Unified Diff: runtime/vm/kernel_to_il.h

Issue 2944433003: [kernel] Add TokenPosition to AllocateObject, fix some cc tests (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: runtime/vm/kernel_to_il.h
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
index 959197744ac81bf629441c604af5ff272aac5596..cf05ce9b688f1a8ff427fbbcc7f160751dd707ad 100644
--- a/runtime/vm/kernel_to_il.h
+++ b/runtime/vm/kernel_to_il.h
@@ -665,7 +665,9 @@ class FlowGraphBuilder {
const TypeArguments& type_arguments);
Fragment AllocateContext(int size);
- Fragment AllocateObject(const dart::Class& klass, intptr_t argument_count);
+ Fragment AllocateObject(TokenPosition position,
+ const dart::Class& klass,
+ intptr_t argument_count);
Fragment AllocateObject(const dart::Class& klass,
const Function& closure_function);
Fragment BooleanNegate();

Powered by Google App Engine
This is Rietveld 408576698