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

Unified Diff: test/cctest/cctest.h

Issue 1404523002: [heap] inline allocation steps refactor (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: generalize the step observer interface 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
« src/heap/spaces.h ('K') | « src/heap/spaces.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.h
diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h
index a0bc09d95062cbbc9a8b12799b4fb37a2106acf5..bc23397aaba65135ede926eaa28429ffc2d4cbef 100644
--- a/test/cctest/cctest.h
+++ b/test/cctest/cctest.h
@@ -526,7 +526,7 @@ static inline void ExpectUndefined(const char* code) {
static inline void DisableInlineAllocationSteps(v8::internal::NewSpace* space) {
- space->LowerInlineAllocationLimit(0);
+ space->DisableInlineAllocationSteps();
Hannes Payer (out of office) 2015/10/16 15:31:17 Instead of call DisableInlineAllocationSteps, the
ofrobots 2015/10/16 21:26:35 Done.
}
« src/heap/spaces.h ('K') | « src/heap/spaces.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698