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

Unified Diff: src/full-codegen/full-codegen.h

Issue 2944013002: Remove TypeFeedbackId parameters from assembler and full-code. (Closed)
Patch Set: REBASE+fixes. Created 3 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/full-codegen/arm/full-codegen-arm.cc ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen/full-codegen.h
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
index fed64e8768edfc151c96039a067b3db830d73611..b06d3db4a978ea0d05bf6293bba75ced3505a8ea 100644
--- a/src/full-codegen/full-codegen.h
+++ b/src/full-codegen/full-codegen.h
@@ -483,8 +483,7 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
// Platform-specific code for pushing a slot to the stack.
void EmitPushSlot(FeedbackSlot slot);
- void CallIC(Handle<Code> code,
- TypeFeedbackId id = TypeFeedbackId::None());
+ void CallIC(Handle<Code> code);
void CallLoadIC(FeedbackSlot slot, Handle<Object> name);
enum StoreICKind { kStoreNamed, kStoreOwn, kStoreGlobal };
« no previous file with comments | « src/full-codegen/arm/full-codegen-arm.cc ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698