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

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

Issue 2627783006: Version 5.7.442.2 (cherry-pick) (Closed)
Patch Set: Created 3 years, 11 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/access-builder.h ('k') | src/compiler/types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-builder.cc
diff --git a/src/compiler/access-builder.cc b/src/compiler/access-builder.cc
index 3bd63cc3d5232828caf674882964f0f29c4ba932..6ad041df3bb69d24a092707759932f3a58fd7abf 100644
--- a/src/compiler/access-builder.cc
+++ b/src/compiler/access-builder.cc
@@ -503,15 +503,6 @@ FieldAccess AccessBuilder::ForConsStringSecond() {
}
// static
-FieldAccess AccessBuilder::ForThinStringActual() {
- FieldAccess access = {kTaggedBase, ThinString::kActualOffset,
- Handle<Name>(), MaybeHandle<Map>(),
- Type::String(), MachineType::TaggedPointer(),
- kPointerWriteBarrier};
- return access;
-}
-
-// static
FieldAccess AccessBuilder::ForSlicedStringOffset() {
FieldAccess access = {kTaggedBase, SlicedString::kOffsetOffset,
Handle<Name>(), MaybeHandle<Map>(),
« no previous file with comments | « src/compiler/access-builder.h ('k') | src/compiler/types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698