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

Side by Side Diff: src/log.h

Issue 226233002: Revert "Reland of https://codereview.chromium.org/172523002/" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « src/ic.cc ('k') | src/log.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 // Copyright 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 V(EVAL_TAG, "Eval") \ 137 V(EVAL_TAG, "Eval") \
138 V(FUNCTION_TAG, "Function") \ 138 V(FUNCTION_TAG, "Function") \
139 V(HANDLER_TAG, "Handler") \ 139 V(HANDLER_TAG, "Handler") \
140 V(KEYED_LOAD_IC_TAG, "KeyedLoadIC") \ 140 V(KEYED_LOAD_IC_TAG, "KeyedLoadIC") \
141 V(KEYED_LOAD_POLYMORPHIC_IC_TAG, "KeyedLoadPolymorphicIC") \ 141 V(KEYED_LOAD_POLYMORPHIC_IC_TAG, "KeyedLoadPolymorphicIC") \
142 V(KEYED_EXTERNAL_ARRAY_LOAD_IC_TAG, "KeyedExternalArrayLoadIC") \ 142 V(KEYED_EXTERNAL_ARRAY_LOAD_IC_TAG, "KeyedExternalArrayLoadIC") \
143 V(KEYED_STORE_IC_TAG, "KeyedStoreIC") \ 143 V(KEYED_STORE_IC_TAG, "KeyedStoreIC") \
144 V(KEYED_STORE_POLYMORPHIC_IC_TAG, "KeyedStorePolymorphicIC") \ 144 V(KEYED_STORE_POLYMORPHIC_IC_TAG, "KeyedStorePolymorphicIC") \
145 V(KEYED_EXTERNAL_ARRAY_STORE_IC_TAG, "KeyedExternalArrayStoreIC") \ 145 V(KEYED_EXTERNAL_ARRAY_STORE_IC_TAG, "KeyedExternalArrayStoreIC") \
146 V(LAZY_COMPILE_TAG, "LazyCompile") \ 146 V(LAZY_COMPILE_TAG, "LazyCompile") \
147 V(CALL_IC_TAG, "CallIC") \
148 V(LOAD_IC_TAG, "LoadIC") \ 147 V(LOAD_IC_TAG, "LoadIC") \
149 V(LOAD_POLYMORPHIC_IC_TAG, "LoadPolymorphicIC") \ 148 V(LOAD_POLYMORPHIC_IC_TAG, "LoadPolymorphicIC") \
150 V(REG_EXP_TAG, "RegExp") \ 149 V(REG_EXP_TAG, "RegExp") \
151 V(SCRIPT_TAG, "Script") \ 150 V(SCRIPT_TAG, "Script") \
152 V(STORE_IC_TAG, "StoreIC") \ 151 V(STORE_IC_TAG, "StoreIC") \
153 V(STORE_POLYMORPHIC_IC_TAG, "StorePolymorphicIC") \ 152 V(STORE_POLYMORPHIC_IC_TAG, "StorePolymorphicIC") \
154 V(STUB_TAG, "Stub") \ 153 V(STUB_TAG, "Stub") \
155 V(NATIVE_FUNCTION_TAG, "Function") \ 154 V(NATIVE_FUNCTION_TAG, "Function") \
156 V(NATIVE_LAZY_COMPILE_TAG, "LazyCompile") \ 155 V(NATIVE_LAZY_COMPILE_TAG, "LazyCompile") \
157 V(NATIVE_SCRIPT_TAG, "Script") 156 V(NATIVE_SCRIPT_TAG, "Script")
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 int length) = 0; 540 int length) = 0;
542 541
543 NameBuffer* name_buffer_; 542 NameBuffer* name_buffer_;
544 }; 543 };
545 544
546 545
547 } } // namespace v8::internal 546 } } // namespace v8::internal
548 547
549 548
550 #endif // V8_LOG_H_ 549 #endif // V8_LOG_H_
OLDNEW
« no previous file with comments | « src/ic.cc ('k') | src/log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698