Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 8df7a297269fb1000e7ed8eacc5fbcb58fbbd2ea..b61ab3b42c81c5a0a570dc96daba8bcffb216756 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -982,6 +982,11 @@ class HGraphBuilder { |
| HValue* BuildCheckMap(HValue* obj, Handle<Map> map); |
| // Building common constructs |
| + HLoadNamedField* DoBuildLoadNamedField(HValue* object, |
|
mvstanton
2013/05/07 10:17:17
Maybe "Do" isn't necessary, to conform with the ot
Toon Verwaest
2013/05/07 10:30:24
Unfortunately it's necessary because you can't ove
|
| + bool inobject, |
| + Representation representation, |
| + int offset); |
| + |
| HInstruction* BuildExternalArrayElementAccess( |
| HValue* external_elements, |
| HValue* checked_key, |