OLD | NEW |
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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 V(KeyedLoadIC_KeyedLoadSloppyArgumentsStub) \ | 737 V(KeyedLoadIC_KeyedLoadSloppyArgumentsStub) \ |
738 V(KeyedLoadIC_LoadElementDH) \ | 738 V(KeyedLoadIC_LoadElementDH) \ |
739 V(KeyedLoadIC_LoadFastElementStub) \ | 739 V(KeyedLoadIC_LoadFastElementStub) \ |
740 V(KeyedLoadIC_LoadDictionaryElementStub) \ | 740 V(KeyedLoadIC_LoadDictionaryElementStub) \ |
741 V(KeyedLoadIC_SlowStub) \ | 741 V(KeyedLoadIC_SlowStub) \ |
742 V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \ | 742 V(KeyedStoreIC_KeyedStoreSloppyArgumentsStub) \ |
743 V(KeyedStoreIC_StoreFastElementStub) \ | 743 V(KeyedStoreIC_StoreFastElementStub) \ |
744 V(KeyedStoreIC_StoreElementStub) \ | 744 V(KeyedStoreIC_StoreElementStub) \ |
745 V(KeyedStoreIC_Polymorphic) \ | 745 V(KeyedStoreIC_Polymorphic) \ |
746 V(LoadIC_FunctionPrototypeStub) \ | 746 V(LoadIC_FunctionPrototypeStub) \ |
| 747 V(LoadIC_HandlerCacheHit_AccessCheck) \ |
| 748 V(LoadIC_HandlerCacheHit_Exotic) \ |
| 749 V(LoadIC_HandlerCacheHit_Interceptor) \ |
| 750 V(LoadIC_HandlerCacheHit_JSProxy) \ |
| 751 V(LoadIC_HandlerCacheHit_NonExistent) \ |
| 752 V(LoadIC_HandlerCacheHit_Accessor) \ |
| 753 V(LoadIC_HandlerCacheHit_Data) \ |
| 754 V(LoadIC_HandlerCacheHit_Transition) \ |
747 V(LoadIC_LoadApiGetterStub) \ | 755 V(LoadIC_LoadApiGetterStub) \ |
748 V(LoadIC_LoadCallback) \ | 756 V(LoadIC_LoadCallback) \ |
749 V(LoadIC_LoadConstantDH) \ | 757 V(LoadIC_LoadConstantDH) \ |
750 V(LoadIC_LoadConstantFromPrototypeDH) \ | 758 V(LoadIC_LoadConstantFromPrototypeDH) \ |
751 V(LoadIC_LoadConstant) \ | 759 V(LoadIC_LoadConstant) \ |
752 V(LoadIC_LoadConstantStub) \ | 760 V(LoadIC_LoadConstantStub) \ |
753 V(LoadIC_LoadFieldDH) \ | 761 V(LoadIC_LoadFieldDH) \ |
754 V(LoadIC_LoadFieldFromPrototypeDH) \ | 762 V(LoadIC_LoadFieldFromPrototypeDH) \ |
755 V(LoadIC_LoadField) \ | 763 V(LoadIC_LoadField) \ |
756 V(LoadIC_LoadFieldStub) \ | 764 V(LoadIC_LoadFieldStub) \ |
757 V(LoadIC_LoadGlobal) \ | 765 V(LoadIC_LoadGlobal) \ |
758 V(LoadIC_LoadInterceptor) \ | 766 V(LoadIC_LoadInterceptor) \ |
759 V(LoadIC_LoadNonexistent) \ | 767 V(LoadIC_LoadNonexistent) \ |
760 V(LoadIC_LoadNormal) \ | 768 V(LoadIC_LoadNormal) \ |
761 V(LoadIC_LoadScriptContextFieldStub) \ | 769 V(LoadIC_LoadScriptContextFieldStub) \ |
762 V(LoadIC_LoadViaGetter) \ | 770 V(LoadIC_LoadViaGetter) \ |
| 771 V(LoadIC_Premonomorphic) \ |
763 V(LoadIC_SlowStub) \ | 772 V(LoadIC_SlowStub) \ |
764 V(LoadIC_StringLengthStub) \ | 773 V(LoadIC_StringLengthStub) \ |
| 774 V(StoreIC_HandlerCacheHit_AccessCheck) \ |
| 775 V(StoreIC_HandlerCacheHit_Exotic) \ |
| 776 V(StoreIC_HandlerCacheHit_Interceptor) \ |
| 777 V(StoreIC_HandlerCacheHit_JSProxy) \ |
| 778 V(StoreIC_HandlerCacheHit_NonExistent) \ |
| 779 V(StoreIC_HandlerCacheHit_Accessor) \ |
| 780 V(StoreIC_HandlerCacheHit_Data) \ |
| 781 V(StoreIC_HandlerCacheHit_Transition) \ |
| 782 V(StoreIC_Premonomorphic) \ |
765 V(StoreIC_SlowStub) \ | 783 V(StoreIC_SlowStub) \ |
766 V(StoreIC_StoreCallback) \ | 784 V(StoreIC_StoreCallback) \ |
767 V(StoreIC_StoreField) \ | 785 V(StoreIC_StoreField) \ |
768 V(StoreIC_StoreFieldDH) \ | 786 V(StoreIC_StoreFieldDH) \ |
769 V(StoreIC_StoreFieldStub) \ | 787 V(StoreIC_StoreFieldStub) \ |
770 V(StoreIC_StoreGlobal) \ | 788 V(StoreIC_StoreGlobal) \ |
771 V(StoreIC_StoreGlobalTransition) \ | 789 V(StoreIC_StoreGlobalTransition) \ |
772 V(StoreIC_StoreInterceptorStub) \ | 790 V(StoreIC_StoreInterceptorStub) \ |
773 V(StoreIC_StoreNormal) \ | 791 V(StoreIC_StoreNormal) \ |
774 V(StoreIC_StoreScriptContextFieldStub) \ | 792 V(StoreIC_StoreScriptContextFieldStub) \ |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1285 } | 1303 } |
1286 | 1304 |
1287 Isolate* isolate_ = nullptr; | 1305 Isolate* isolate_ = nullptr; |
1288 RuntimeCallTimer timer_; | 1306 RuntimeCallTimer timer_; |
1289 }; | 1307 }; |
1290 | 1308 |
1291 } // namespace internal | 1309 } // namespace internal |
1292 } // namespace v8 | 1310 } // namespace v8 |
1293 | 1311 |
1294 #endif // V8_COUNTERS_H_ | 1312 #endif // V8_COUNTERS_H_ |
OLD | NEW |