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

Unified Diff: src/deoptimizer.h

Issue 12314152: Miscellaneous profile-driven Isolate plumbing. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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 | « src/d8.cc ('k') | src/deoptimizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/deoptimizer.h
diff --git a/src/deoptimizer.h b/src/deoptimizer.h
index 25a1f22e162a909bf1a9465d74c34445b4083cd4..7a9d8e69347815bc29721cb7fc01623a7a1f293b 100644
--- a/src/deoptimizer.h
+++ b/src/deoptimizer.h
@@ -255,6 +255,7 @@ class Deoptimizer : public Malloced {
static Address GetDeoptimizationEntry(
+ Isolate* isolate,
int id,
BailoutType type,
GetEntryMode mode = ENSURE_ENTRY_CODE);
@@ -316,7 +317,8 @@ class Deoptimizer : public Malloced {
static size_t GetMaxDeoptTableSize();
- static void EnsureCodeForDeoptimizationEntry(BailoutType type,
+ static void EnsureCodeForDeoptimizationEntry(Isolate* isolate,
+ BailoutType type,
int max_entry_id);
private:
« no previous file with comments | « src/d8.cc ('k') | src/deoptimizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698