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

Side by Side Diff: src/heap/heap.h

Issue 1558113002: Add UseCounters for various standards-related code paths (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix accidental redefinition Created 4 years, 11 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 | « include/v8.h ('k') | src/i18n.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 // 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_HEAP_HEAP_H_ 5 #ifndef V8_HEAP_HEAP_H_
6 #define V8_HEAP_HEAP_H_ 6 #define V8_HEAP_HEAP_H_
7 7
8 #include <cmath> 8 #include <cmath>
9 #include <map> 9 #include <map>
10 10
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 V(error_end_pos_symbol) \ 348 V(error_end_pos_symbol) \
349 V(error_script_symbol) \ 349 V(error_script_symbol) \
350 V(error_start_pos_symbol) \ 350 V(error_start_pos_symbol) \
351 V(formatted_stack_trace_symbol) \ 351 V(formatted_stack_trace_symbol) \
352 V(frozen_symbol) \ 352 V(frozen_symbol) \
353 V(hash_code_symbol) \ 353 V(hash_code_symbol) \
354 V(home_object_symbol) \ 354 V(home_object_symbol) \
355 V(internal_error_symbol) \ 355 V(internal_error_symbol) \
356 V(intl_impl_object_symbol) \ 356 V(intl_impl_object_symbol) \
357 V(intl_initialized_marker_symbol) \ 357 V(intl_initialized_marker_symbol) \
358 V(intl_pattern_symbol) \
359 V(intl_resolved_symbol) \
358 V(megamorphic_symbol) \ 360 V(megamorphic_symbol) \
359 V(native_context_index_symbol) \ 361 V(native_context_index_symbol) \
360 V(nonexistent_symbol) \ 362 V(nonexistent_symbol) \
361 V(nonextensible_symbol) \ 363 V(nonextensible_symbol) \
362 V(normal_ic_symbol) \ 364 V(normal_ic_symbol) \
363 V(not_mapped_symbol) \ 365 V(not_mapped_symbol) \
364 V(observed_symbol) \ 366 V(observed_symbol) \
365 V(premonomorphic_symbol) \ 367 V(premonomorphic_symbol) \
366 V(promise_combined_deferred_symbol) \ 368 V(promise_combined_deferred_symbol) \
367 V(promise_debug_marker_symbol) \ 369 V(promise_debug_marker_symbol) \
(...skipping 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2756 DisallowHeapAllocation no_allocation; // i.e. no gc allowed. 2758 DisallowHeapAllocation no_allocation; // i.e. no gc allowed.
2757 2759
2758 private: 2760 private:
2759 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); 2761 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer);
2760 }; 2762 };
2761 #endif // DEBUG 2763 #endif // DEBUG
2762 } // namespace internal 2764 } // namespace internal
2763 } // namespace v8 2765 } // namespace v8
2764 2766
2765 #endif // V8_HEAP_HEAP_H_ 2767 #endif // V8_HEAP_HEAP_H_
OLDNEW
« no previous file with comments | « include/v8.h ('k') | src/i18n.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698