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

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

Issue 1516753006: [turbofan] Some more cleanup on the intrinsics. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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-factory.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 c4b734d2d26c221344f16befcdd240b514b9ad41..01fddc6ec4c70128df9d9eb36b8720107539a873 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -55,6 +55,12 @@ class AccessBuilder final : public AllStatic {
// Provides access to JSDate fields.
static FieldAccess ForJSDateField(JSDate::FieldIndex index);
+ // Provides access to JSRegExp::flags() field.
+ static FieldAccess ForJSRegExpFlags();
+
+ // Provides access to JSRegExp::source() field.
+ static FieldAccess ForJSRegExpSource();
+
// Provides access to FixedArray::length() field.
static FieldAccess ForFixedArrayLength();
« no previous file with comments | « src/code-factory.cc ('k') | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698