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

Unified Diff: src/assembler.h

Issue 1248303002: Unify runtime-style IC functions with Runtime intrinsics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Make mips work Created 5 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/arm64/macro-assembler-arm64.cc ('k') | src/assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 50aec40014c40aa9225ae70400bb2804d6deb7f6..2bc26d8486139cf388baab0361cb24f8f6edffbd 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -805,7 +805,6 @@ class RelocIterator: public Malloced {
// External function
//----------------------------------------------------------------------------
-class IC_Utility;
class SCTableReference;
class Debug_Address;
@@ -875,8 +874,6 @@ class ExternalReference BASE_EMBEDDED {
ExternalReference(const Runtime::Function* f, Isolate* isolate);
- ExternalReference(const IC_Utility& ic_utility, Isolate* isolate);
-
explicit ExternalReference(StatsCounter* counter);
ExternalReference(Isolate::AddressId id, Isolate* isolate);
@@ -991,9 +988,6 @@ class ExternalReference BASE_EMBEDDED {
Address address() const { return reinterpret_cast<Address>(address_); }
- // Function Debug::Break()
- static ExternalReference debug_break(Isolate* isolate);
-
// Used to check if single stepping is enabled in generated code.
static ExternalReference debug_step_in_fp_address(Isolate* isolate);
« no previous file with comments | « src/arm64/macro-assembler-arm64.cc ('k') | src/assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698