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

Side by Side Diff: pkg/front_end/testcases/shaker/empty_program.dart.shaker

Issue 2954453002: VM: Reland Inline instance object hash code into object header on 64bit. (Closed)
Patch Set: Incorporate last minute code review feedback Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | runtime/lib/object.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 DO NOT EDIT -- this file is autogenerated --- 1 DO NOT EDIT -- this file is autogenerated ---
2 Tree-shaker preserved the following: 2 Tree-shaker preserved the following:
3 3
4 library dart:async: 4 library dart:async:
5 - member dart.async::_asyncThenWrapperHelper 5 - member dart.async::_asyncThenWrapperHelper
6 - member dart.async::_asyncErrorWrapperHelper 6 - member dart.async::_asyncErrorWrapperHelper
7 - member dart.async::_awaitHelper 7 - member dart.async::_awaitHelper
8 - class _AsyncStarStreamController 8 - class _AsyncStarStreamController
9 - (default constructor) 9 - (default constructor)
10 - class FutureOr 10 - class FutureOr
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 - class Null 46 - class Null
47 - class num 47 - class num
48 - class Object 48 - class Object
49 - dart.core::_hashCodeRnd 49 - dart.core::_hashCodeRnd
50 - (default constructor) 50 - (default constructor)
51 - == 51 - ==
52 - hashCode 52 - hashCode
53 - toString 53 - toString
54 - noSuchMethod 54 - noSuchMethod
55 - runtimeType 55 - runtimeType
56 - dart.core::_getHash
57 - dart.core::_setHash
58 - dart.core::_objectHashCode 56 - dart.core::_objectHashCode
59 - dart.core::_identityHashCode 57 - dart.core::_identityHashCode
60 - dart.core::_toString 58 - dart.core::_toString
61 - dart.core::_noSuchMethod 59 - dart.core::_noSuchMethod
62 - dart.core::_haveSameRuntimeType 60 - dart.core::_haveSameRuntimeType
63 - dart.core::_instanceOf 61 - dart.core::_instanceOf
64 - dart.core::_simpleInstanceOf 62 - dart.core::_simpleInstanceOf
65 - dart.core::_simpleInstanceOfTrue 63 - dart.core::_simpleInstanceOfTrue
66 - dart.core::_simpleInstanceOfFalse 64 - dart.core::_simpleInstanceOfFalse
67 - dart.core::_as 65 - dart.core::_as
68 - dart.core::_symbolMapToStringMap 66 - dart.core::_symbolMapToStringMap
69 - class Pattern 67 - class Pattern
70 - class String 68 - class String
71 - class Symbol 69 - class Symbol
72 - class Type 70 - class Type
OLDNEW
« no previous file with comments | « no previous file | runtime/lib/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698