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

Side by Side Diff: src/counters.h

Issue 2419513002: [ic] Support data handlers that represent loads from prototypes. (Closed)
Patch Set: Rebasing Created 4 years, 2 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 | « src/compiler/types.cc ('k') | src/factory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_COUNTERS_H_ 5 #ifndef V8_COUNTERS_H_
6 #define V8_COUNTERS_H_ 6 #define V8_COUNTERS_H_
7 7
8 #include "include/v8.h" 8 #include "include/v8.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/base/platform/elapsed-timer.h" 10 #include "src/base/platform/elapsed-timer.h"
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 V(KeyedLoadIC_SlowStub) \ 722 V(KeyedLoadIC_SlowStub) \
723 V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \ 723 V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \
724 V(KeyedStoreIC_StoreFastElementStub) \ 724 V(KeyedStoreIC_StoreFastElementStub) \
725 V(KeyedStoreIC_StoreElementStub) \ 725 V(KeyedStoreIC_StoreElementStub) \
726 V(KeyedStoreIC_Polymorphic) \ 726 V(KeyedStoreIC_Polymorphic) \
727 V(LoadIC_FunctionPrototypeStub) \ 727 V(LoadIC_FunctionPrototypeStub) \
728 V(LoadIC_LoadApiGetterStub) \ 728 V(LoadIC_LoadApiGetterStub) \
729 V(LoadIC_LoadCallback) \ 729 V(LoadIC_LoadCallback) \
730 V(LoadIC_LoadConstant) \ 730 V(LoadIC_LoadConstant) \
731 V(LoadIC_LoadConstantStub) \ 731 V(LoadIC_LoadConstantStub) \
732 V(LoadIC_LoadFieldDH) \
733 V(LoadIC_LoadFieldFromPrototypeDH) \
732 V(LoadIC_LoadField) \ 734 V(LoadIC_LoadField) \
733 V(LoadIC_LoadFieldStub) \ 735 V(LoadIC_LoadFieldStub) \
734 V(LoadIC_LoadGlobal) \ 736 V(LoadIC_LoadGlobal) \
735 V(LoadIC_LoadInterceptor) \ 737 V(LoadIC_LoadInterceptor) \
736 V(LoadIC_LoadNonexistent) \ 738 V(LoadIC_LoadNonexistent) \
737 V(LoadIC_LoadNormal) \ 739 V(LoadIC_LoadNormal) \
738 V(LoadIC_LoadScriptContextFieldStub) \ 740 V(LoadIC_LoadScriptContextFieldStub) \
739 V(LoadIC_LoadViaGetter) \ 741 V(LoadIC_LoadViaGetter) \
740 V(LoadIC_SlowStub) \ 742 V(LoadIC_SlowStub) \
741 V(LoadIC_StringLengthStub) \ 743 V(LoadIC_StringLengthStub) \
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 } 1268 }
1267 1269
1268 Isolate* isolate_ = nullptr; 1270 Isolate* isolate_ = nullptr;
1269 RuntimeCallTimer timer_; 1271 RuntimeCallTimer timer_;
1270 }; 1272 };
1271 1273
1272 } // namespace internal 1274 } // namespace internal
1273 } // namespace v8 1275 } // namespace v8
1274 1276
1275 #endif // V8_COUNTERS_H_ 1277 #endif // V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/compiler/types.cc ('k') | src/factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698