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

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

Issue 1441573004: [turbofan] Lower JSCreate to an inline allocation in JSTypedLowering. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add unit test. Created 5 years, 1 month 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 | « no previous file | 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 125cd5f79f71934a91744fc5637f719218438c99..ae366ccb2e40a595ec9b8c0e24d60a35d45e415c 100644
--- a/src/compiler/access-builder.h
+++ b/src/compiler/access-builder.h
@@ -31,6 +31,9 @@ class AccessBuilder final : public AllStatic {
// Provides access to JSObject::elements() field.
static FieldAccess ForJSObjectElements();
+ // Provides access to JSObject inobject property fields.
+ static FieldAccess ForJSObjectInObjectProperty(Handle<Map> map, int index);
+
// Provides access to JSFunction::context() field.
static FieldAccess ForJSFunctionContext();
« no previous file with comments | « no previous file | src/compiler/access-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698