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

Unified Diff: src/type-feedback-vector.h

Issue 1363883002: Version 4.6.85.21 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@4.6
Patch Set: Created 5 years, 3 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/ppc/builtins-ppc.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index 6a7d6663ae9e08a536246dfe55ba4b7306754679..3c4c5e680aee4ca0d18aa624c90d4acdaf7b356d 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -237,6 +237,10 @@ class TypeFeedbackVector : public FixedArray {
return FeedbackVectorICSlot(dummyIndex);
}
+ static int PushAppliedArgumentsIndex();
+ static Handle<TypeFeedbackVector> CreatePushAppliedArgumentsVector(
+ Isolate* isolate);
+
private:
enum VectorICKind {
KindUnused = 0x0,
« no previous file with comments | « src/ppc/builtins-ppc.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698