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

Unified Diff: src/code-stubs.h

Issue 132963012: Pretenure call new support. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comment response. Created 6 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
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index d568e34b798b4d720a221c4f27532ef0e0cf4853..40e8548899f6538619d938334d85f69fb604cf34 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -677,26 +677,6 @@ class FastCloneShallowObjectStub : public HydrogenCodeStub {
};
-class CreateAllocationSiteStub : public HydrogenCodeStub {
- public:
- explicit CreateAllocationSiteStub() { }
-
- virtual Handle<Code> GenerateCode(Isolate* isolate);
-
- static void GenerateAheadOfTime(Isolate* isolate);
-
- virtual void InitializeInterfaceDescriptor(
- Isolate* isolate,
- CodeStubInterfaceDescriptor* descriptor);
-
- private:
- Major MajorKey() { return CreateAllocationSite; }
- int NotMissMinorKey() { return 0; }
-
- DISALLOW_COPY_AND_ASSIGN(CreateAllocationSiteStub);
-};
-
-
class InstanceofStub: public PlatformCodeStub {
public:
enum Flags {

Powered by Google App Engine
This is Rietveld 408576698