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

Unified Diff: runtime/vm/locations.h

Issue 246303004: Fixes bug where we would occasionally materialize a corrupted object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/locations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/locations.h
diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h
index 503633b04573edef96def586a841deda5732438c..cabb8dbda12a8b5c01da1d51aa4d9cbe84202408 100644
--- a/runtime/vm/locations.h
+++ b/runtime/vm/locations.h
@@ -352,6 +352,7 @@ class Location : public ValueObject {
const char* Name() const;
void PrintTo(BufferFormatter* f) const;
void Print() const;
+ const char* ToCString() const;
// Compare two locations.
bool Equals(Location other) const {
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | runtime/vm/locations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698