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

Unified Diff: src/ic/accessor-assembler.h

Issue 2598543003: [runtime][ic] Constant field tracking support. (Closed)
Patch Set: Created 3 years, 11 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/ic/accessor-assembler.h
diff --git a/src/ic/accessor-assembler.h b/src/ic/accessor-assembler.h
index 3ce3d42edae1a945701b03be04a083a410845919..ce81dbeb6a51c915927b363e1ada6554bbb0e080 100644
--- a/src/ic/accessor-assembler.h
+++ b/src/ic/accessor-assembler.h
@@ -161,7 +161,7 @@ class AccessorAssembler : public CodeStubAssembler {
void StoreNamedField(Node* handler_word, Node* object, bool is_inobject,
Representation representation, Node* value,
- bool transition_to_field);
+ bool transition_to_field, Label* bailout);
void EmitFastElementsBoundsCheck(Node* object, Node* elements,
Node* intptr_index,
« no previous file with comments | « src/flag-definitions.h ('k') | src/ic/accessor-assembler.cc » ('j') | src/lookup.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698