Chromium Code Reviews

Unified Diff: src/property-details.h

Issue 391693002: In-object double fields unboxing (for 64-bit only). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed Toon's comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/property-details.h
diff --git a/src/property-details.h b/src/property-details.h
index 61fecedd1bf265115cd36d9f8132e76425f979a3..39f633a49968156413e1f7a8c0b7229e70646163 100644
--- a/src/property-details.h
+++ b/src/property-details.h
@@ -248,6 +248,8 @@ class PropertyDetails BASE_EMBEDDED {
return FieldIndexField::decode(value_);
}
+ inline int field_width_in_words() const;
+
inline PropertyDetails AsDeleted() const;
static bool IsValidIndex(int index) {

Powered by Google App Engine