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

Side by Side Diff: src/heap.h

Issue 360033002: Revert "Fix stack trace accessor behavior." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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/bootstrapper.cc ('k') | src/heap.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_H_ 5 #ifndef V8_HEAP_H_
6 #define V8_HEAP_H_ 6 #define V8_HEAP_H_
7 7
8 #include <cmath> 8 #include <cmath>
9 9
10 #include "src/allocation.h" 10 #include "src/allocation.h"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 V(Map, external_map, ExternalMap) \ 186 V(Map, external_map, ExternalMap) \
187 V(Object, symbol_registry, SymbolRegistry) \ 187 V(Object, symbol_registry, SymbolRegistry) \
188 V(Symbol, frozen_symbol, FrozenSymbol) \ 188 V(Symbol, frozen_symbol, FrozenSymbol) \
189 V(Symbol, nonexistent_symbol, NonExistentSymbol) \ 189 V(Symbol, nonexistent_symbol, NonExistentSymbol) \
190 V(Symbol, elements_transition_symbol, ElementsTransitionSymbol) \ 190 V(Symbol, elements_transition_symbol, ElementsTransitionSymbol) \
191 V(SeededNumberDictionary, empty_slow_element_dictionary, \ 191 V(SeededNumberDictionary, empty_slow_element_dictionary, \
192 EmptySlowElementDictionary) \ 192 EmptySlowElementDictionary) \
193 V(Symbol, observed_symbol, ObservedSymbol) \ 193 V(Symbol, observed_symbol, ObservedSymbol) \
194 V(Symbol, uninitialized_symbol, UninitializedSymbol) \ 194 V(Symbol, uninitialized_symbol, UninitializedSymbol) \
195 V(Symbol, megamorphic_symbol, MegamorphicSymbol) \ 195 V(Symbol, megamorphic_symbol, MegamorphicSymbol) \
196 V(Symbol, stack_trace_symbol, StackTraceSymbol) \
197 V(Symbol, detailed_stack_trace_symbol, DetailedStackTraceSymbol) \
198 V(FixedArray, materialized_objects, MaterializedObjects) \ 196 V(FixedArray, materialized_objects, MaterializedObjects) \
199 V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \ 197 V(FixedArray, allocation_sites_scratchpad, AllocationSitesScratchpad) \
200 V(FixedArray, microtask_queue, MicrotaskQueue) 198 V(FixedArray, microtask_queue, MicrotaskQueue)
201 199
202 // Entries in this list are limited to Smis and are not visited during GC. 200 // Entries in this list are limited to Smis and are not visited during GC.
203 #define SMI_ROOT_LIST(V) \ 201 #define SMI_ROOT_LIST(V) \
204 V(Smi, stack_limit, StackLimit) \ 202 V(Smi, stack_limit, StackLimit) \
205 V(Smi, real_stack_limit, RealStackLimit) \ 203 V(Smi, real_stack_limit, RealStackLimit) \
206 V(Smi, last_script_id, LastScriptId) \ 204 V(Smi, last_script_id, LastScriptId) \
207 V(Smi, arguments_adaptor_deopt_pc_offset, ArgumentsAdaptorDeoptPCOffset) \ 205 V(Smi, arguments_adaptor_deopt_pc_offset, ArgumentsAdaptorDeoptPCOffset) \
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 V(exec_string, "exec") \ 333 V(exec_string, "exec") \
336 V(zero_string, "0") \ 334 V(zero_string, "0") \
337 V(global_eval_string, "GlobalEval") \ 335 V(global_eval_string, "GlobalEval") \
338 V(identity_hash_string, "v8::IdentityHash") \ 336 V(identity_hash_string, "v8::IdentityHash") \
339 V(closure_string, "(closure)") \ 337 V(closure_string, "(closure)") \
340 V(dot_string, ".") \ 338 V(dot_string, ".") \
341 V(compare_ic_string, "==") \ 339 V(compare_ic_string, "==") \
342 V(strict_compare_ic_string, "===") \ 340 V(strict_compare_ic_string, "===") \
343 V(infinity_string, "Infinity") \ 341 V(infinity_string, "Infinity") \
344 V(minus_infinity_string, "-Infinity") \ 342 V(minus_infinity_string, "-Infinity") \
343 V(hidden_stack_trace_string, "v8::hidden_stack_trace") \
345 V(query_colon_string, "(?:)") \ 344 V(query_colon_string, "(?:)") \
346 V(Generator_string, "Generator") \ 345 V(Generator_string, "Generator") \
347 V(throw_string, "throw") \ 346 V(throw_string, "throw") \
348 V(done_string, "done") \ 347 V(done_string, "done") \
349 V(value_string, "value") \ 348 V(value_string, "value") \
350 V(next_string, "next") \ 349 V(next_string, "next") \
351 V(byte_length_string, "byteLength") \ 350 V(byte_length_string, "byteLength") \
352 V(byte_offset_string, "byteOffset") \ 351 V(byte_offset_string, "byteOffset") \
353 V(buffer_string, "buffer") \ 352 V(buffer_string, "buffer") \
354 V(intl_initialized_marker_string, "v8::intl_initialized_marker") \ 353 V(intl_initialized_marker_string, "v8::intl_initialized_marker") \
(...skipping 2411 matching lines...) Expand 10 before | Expand all | Expand 10 after
2766 DisallowHeapAllocation no_allocation; // i.e. no gc allowed. 2765 DisallowHeapAllocation no_allocation; // i.e. no gc allowed.
2767 2766
2768 private: 2767 private:
2769 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); 2768 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer);
2770 }; 2769 };
2771 #endif // DEBUG 2770 #endif // DEBUG
2772 2771
2773 } } // namespace v8::internal 2772 } } // namespace v8::internal
2774 2773
2775 #endif // V8_HEAP_H_ 2774 #endif // V8_HEAP_H_
OLDNEW
« no previous file with comments | « src/bootstrapper.cc ('k') | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698