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

Unified Diff: src/compiler/access-builder.h

Issue 1137703002: Add a MathFloor stub generated with TurboFan (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix ARM + co. Created 5 years, 7 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/compiler.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.h
diff --git a/src/compiler/access-builder.h b/src/compiler/access-builder.h
index 3939f83026c2318be9b19b76f5c99c1fad2d56e8..26fe814652cfc9077b42c3618938437ceaace831 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -65,6 +65,12 @@ class AccessBuilder final : public AllStatic {
// Provides access to the charaters of sequential strings.
static ElementAccess ForSeqStringChar(String::Encoding encoding);
+ // Provides access to the SharedFunctionInfo in a JSFunction.
+ static FieldAccess ForJSFunctionSharedFunctionInfo();
+
+ // Provides access to the TypeFeedbackVector in SharedFunctionInfo.
+ static FieldAccess ForSharedFunctionInfoTypeFeedbackVector();
+
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(AccessBuilder);
};
« no previous file with comments | « src/compiler.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698