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

Unified Diff: src/builtins.h

Issue 13657: Moved the code generation for debug break stubs from builtins* to debug*. Fro... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years 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/SConscript ('k') | src/builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
===================================================================
--- src/builtins.h (revision 933)
+++ src/builtins.h (working copy)
@@ -188,9 +188,6 @@
static Handle<Code> GetCode(JavaScript id, bool* resolved);
static int NumberOfJavaScriptBuiltins() { return id_count; }
- // Called from stub-cache.cc.
- static void Generate_CallIC_DebugBreak(MacroAssembler* masm);
-
static Object* builtin_passed_function;
private:
@@ -213,15 +210,6 @@
static void Generate_FunctionCall(MacroAssembler* masm);
static void Generate_FunctionApply(MacroAssembler* masm);
-
- static void Generate_LoadIC_DebugBreak(MacroAssembler* masm);
- static void Generate_StoreIC_DebugBreak(MacroAssembler* masm);
- static void Generate_KeyedLoadIC_DebugBreak(MacroAssembler* masm);
- static void Generate_KeyedStoreIC_DebugBreak(MacroAssembler* masm);
- static void Generate_ConstructCall_DebugBreak(MacroAssembler* masm);
- static void Generate_Return_DebugBreak(MacroAssembler* masm);
- static void Generate_Return_DebugBreakEntry(MacroAssembler* masm);
- static void Generate_StubNoRegisters_DebugBreak(MacroAssembler* masm);
};
} } // namespace v8::internal
« no previous file with comments | « src/SConscript ('k') | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698