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

Side by Side Diff: src/counters.h

Issue 2418063003: [ic] Smi-handlers are now able to represent loads of constants from descriptor array. (Closed)
Patch Set: 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/code-stub-assembler.cc ('k') | src/ic/handler-configuration.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_LoadFastElementStub) \ 722 V(KeyedLoadIC_LoadFastElementStub) \
723 V(KeyedLoadIC_LoadDictionaryElementStub) \ 723 V(KeyedLoadIC_LoadDictionaryElementStub) \
724 V(KeyedLoadIC_SlowStub) \ 724 V(KeyedLoadIC_SlowStub) \
725 V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \ 725 V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \
726 V(KeyedStoreIC_StoreFastElementStub) \ 726 V(KeyedStoreIC_StoreFastElementStub) \
727 V(KeyedStoreIC_StoreElementStub) \ 727 V(KeyedStoreIC_StoreElementStub) \
728 V(KeyedStoreIC_Polymorphic) \ 728 V(KeyedStoreIC_Polymorphic) \
729 V(LoadIC_FunctionPrototypeStub) \ 729 V(LoadIC_FunctionPrototypeStub) \
730 V(LoadIC_LoadApiGetterStub) \ 730 V(LoadIC_LoadApiGetterStub) \
731 V(LoadIC_LoadCallback) \ 731 V(LoadIC_LoadCallback) \
732 V(LoadIC_LoadConstantDH) \
732 V(LoadIC_LoadConstant) \ 733 V(LoadIC_LoadConstant) \
733 V(LoadIC_LoadConstantStub) \ 734 V(LoadIC_LoadConstantStub) \
734 V(LoadIC_LoadFieldDH) \ 735 V(LoadIC_LoadFieldDH) \
735 V(LoadIC_LoadFieldFromPrototypeDH) \ 736 V(LoadIC_LoadFieldFromPrototypeDH) \
736 V(LoadIC_LoadField) \ 737 V(LoadIC_LoadField) \
737 V(LoadIC_LoadFieldStub) \ 738 V(LoadIC_LoadFieldStub) \
738 V(LoadIC_LoadGlobal) \ 739 V(LoadIC_LoadGlobal) \
739 V(LoadIC_LoadInterceptor) \ 740 V(LoadIC_LoadInterceptor) \
740 V(LoadIC_LoadNonexistent) \ 741 V(LoadIC_LoadNonexistent) \
741 V(LoadIC_LoadNormal) \ 742 V(LoadIC_LoadNormal) \
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 } 1271 }
1271 1272
1272 Isolate* isolate_ = nullptr; 1273 Isolate* isolate_ = nullptr;
1273 RuntimeCallTimer timer_; 1274 RuntimeCallTimer timer_;
1274 }; 1275 };
1275 1276
1276 } // namespace internal 1277 } // namespace internal
1277 } // namespace v8 1278 } // namespace v8
1278 1279
1279 #endif // V8_COUNTERS_H_ 1280 #endif // V8_COUNTERS_H_
OLDNEW
« no previous file with comments | « src/code-stub-assembler.cc ('k') | src/ic/handler-configuration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698