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

Unified Diff: src/hydrogen.h

Issue 1064083003: Recover performance of array buffer view field accesses in ICs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/code-stubs-hydrogen.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index b11d856361c8c852be60e3cce548b3e3f5a60e95..448de88a2d7a513eab85ff0a1a4921f5204eb2ce 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1862,6 +1862,9 @@ class HGraphBuilder {
HInstruction* BuildGetNativeContext();
HInstruction* BuildGetScriptContext(int context_index);
HInstruction* BuildGetArrayFunction();
+ HInstruction* BuildArrayBufferViewFieldAccessor(HValue* object,
+ FieldIndex index);
+
protected:
void SetSourcePosition(int position) {
@@ -2244,9 +2247,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
FOR_EACH_HYDROGEN_INTRINSIC(GENERATOR_DECLARATION)
#undef GENERATOR_DECLARATION
- void GenerateArrayBufferViewIndirectAccessor(CallRuntime* call,
- HObjectAccess access);
-
void VisitDelete(UnaryOperation* expr);
void VisitVoid(UnaryOperation* expr);
void VisitTypeof(UnaryOperation* expr);
« no previous file with comments | « src/code-stubs-hydrogen.cc ('k') | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698