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

Unified Diff: runtime/vm/object.h

Issue 1870343002: - Refactor Symbol allocation to expect a thread parameter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address review feedback. Created 4 years, 8 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
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 8034216014249288b54055850d6b229bf797d71c..6a2008fe609a2bf82f60cfa587ede39bb59aa06f 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2852,6 +2852,8 @@ FOR_EACH_FUNCTION_KIND_BIT(DEFINE_BIT)
RawString* QualifiedName(NameVisibility name_visibility) const;
void BuildSignatureParameters(
+ Thread* thread,
+ Zone* zone,
bool instantiate,
NameVisibility name_visibility,
const TypeArguments& instantiator,
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698