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

Unified Diff: src/objects.h

Issue 1135353003: Factor out handling of mixed objects preprocessing after migration (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 7c9b4f8052ff8c00d560baef20724d6ef1ec835c..d20cd5c83045b16e716407e9cacda5c50b5069c0 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1437,6 +1437,10 @@ class HeapObject: public Object {
// look like pointers to heap objects.
inline bool MayContainRawValues();
+ // Returns true if this heap object may contain both raw values and
+ // tagged pointers.
+ inline bool MayContainMixedValues();
Igor Sheludko 2015/05/13 12:22:59 Does it make sense to merge two MayContain..() met
+
// Given a heap object's map pointer, returns the heap size in bytes
// Useful when the map pointer field is used for other purposes.
// GC internal.
« src/heap/mark-compact.cc ('K') | « src/heap/mark-compact.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698