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

Unified Diff: src/heap.h

Issue 2943002: Reimplement stack manipulations for LiveEdit (Closed)
Patch Set: follow codereview Created 10 years, 5 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/frames.cc ('k') | src/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index df3ba0ea2a24b9c3b1f85d532c6d31fcf80a2b85..525510bb84191cb5d8560f0fa77c85bd124aa648 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -632,9 +632,7 @@ class Heap : public AllStatic {
static Object* CopyCode(Code* code);
- // Copy the code and scope info part of the code object, but insert
- // the provided data as the relocation information.
- static Object* CopyCode(Code* code, Vector<byte> reloc_info);
+ static Object* AddPatchToCode(Code* code, Code* patch);
// Finds the symbol for string in the symbol table.
// If not found, a new symbol is added to the table and returned.
« no previous file with comments | « src/frames.cc ('k') | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698