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

Unified Diff: src/ia32/macro-assembler-ia32.h

Issue 2106113002: Revert of [builtins] New frame type for exits to C++ builtins (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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/ia32/code-stubs-ia32.cc ('k') | src/ia32/macro-assembler-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ia32/macro-assembler-ia32.h
diff --git a/src/ia32/macro-assembler-ia32.h b/src/ia32/macro-assembler-ia32.h
index 9c78987a49ca8de46dbaadc1b02d82a105dbd248..91c68d688601c515967280261fbc4934d7e3d7fc 100644
--- a/src/ia32/macro-assembler-ia32.h
+++ b/src/ia32/macro-assembler-ia32.h
@@ -241,7 +241,7 @@
// arguments in register eax and sets up the number of arguments in
// register edi and the pointer to the first argument in register
// esi.
- void EnterExitFrame(int argc, bool save_doubles, StackFrame::Type frame_type);
+ void EnterExitFrame(int argc, bool save_doubles);
void EnterApiExitFrame(int argc);
@@ -786,8 +786,7 @@
void CallCFunction(Register function, int num_arguments);
// Jump to a runtime routine.
- void JumpToExternalReference(const ExternalReference& ext,
- bool builtin_exit_frame = false);
+ void JumpToExternalReference(const ExternalReference& ext);
// ---------------------------------------------------------------------------
// Utilities
@@ -973,7 +972,7 @@
Label::Distance done_distance,
const CallWrapper& call_wrapper);
- void EnterExitFramePrologue(StackFrame::Type frame_type);
+ void EnterExitFramePrologue();
void EnterExitFrameEpilogue(int argc, bool save_doubles);
void LeaveExitFrameEpilogue(bool restore_context);
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/ia32/macro-assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698