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

Unified Diff: src/objects-inl.h

Issue 1577853007: [heap] Parallel newspace evacuation, semispace copy, and compaction \o/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Refactoring Created 4 years, 11 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-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index ff32dc956def0f3194e505bd387b70d16f9b7273..26d95c47587c3c91962b50b628de2029db5e84ec 100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -1856,6 +1856,11 @@ AllocationSite* AllocationMemento::GetAllocationSite() {
}
+Address AllocationMemento::GetAllocationSiteUnchecked() {
+ return reinterpret_cast<Address>(allocation_site());
+}
+
+
void JSObject::EnsureCanContainHeapObjectElements(Handle<JSObject> object) {
JSObject::ValidateElements(object);
ElementsKind elements_kind = object->map()->elements_kind();
« src/heap/mark-compact.cc ('K') | « src/objects.cc ('k') | src/utils-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698