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

Unified Diff: runtime/vm/object.h

Issue 1420533006: Allow for multiple rounds of precompilation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: land with one round Created 5 years, 2 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 | « no previous file | 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 770bd0ca353a58b479428ffc526270af9641820f..3c38af15bd6ba6eabea0734b3597fbfa4afef442 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1274,7 +1274,7 @@ class Class : public Object {
bool is_allocated() const {
return IsAllocatedBit::decode(raw_ptr()->state_bits_);
}
- void set_is_allocated() const;
+ void set_is_allocated(bool value) const;
uint16_t num_native_fields() const {
return raw_ptr()->num_native_fields_;
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698