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

Side by Side Diff: src/heap.h

Issue 11659022: Generate the TransitionElementsStub using Crankshaft (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review feedback Created 7 years, 10 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/flag-definitions.h ('k') | src/hydrogen.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 // 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 V(KeyedStoreElementMonomorphic_symbol, \ 217 V(KeyedStoreElementMonomorphic_symbol, \
218 "KeyedStoreElementMonomorphic") \ 218 "KeyedStoreElementMonomorphic") \
219 V(KeyedStoreAndGrowElementMonomorphic_symbol, \ 219 V(KeyedStoreAndGrowElementMonomorphic_symbol, \
220 "KeyedStoreAndGrowElementMonomorphic") \ 220 "KeyedStoreAndGrowElementMonomorphic") \
221 V(stack_overflow_symbol, "kStackOverflowBoilerplate") \ 221 V(stack_overflow_symbol, "kStackOverflowBoilerplate") \
222 V(illegal_access_symbol, "illegal access") \ 222 V(illegal_access_symbol, "illegal access") \
223 V(out_of_memory_symbol, "out-of-memory") \ 223 V(out_of_memory_symbol, "out-of-memory") \
224 V(illegal_execution_state_symbol, "illegal execution state") \ 224 V(illegal_execution_state_symbol, "illegal execution state") \
225 V(get_symbol, "get") \ 225 V(get_symbol, "get") \
226 V(set_symbol, "set") \ 226 V(set_symbol, "set") \
227 V(map_field_symbol, "%map") \
228 V(elements_field_symbol, "%elements") \
229 V(length_field_symbol, "%length") \
227 V(function_class_symbol, "Function") \ 230 V(function_class_symbol, "Function") \
228 V(illegal_argument_symbol, "illegal argument") \ 231 V(illegal_argument_symbol, "illegal argument") \
229 V(MakeReferenceError_symbol, "MakeReferenceError") \ 232 V(MakeReferenceError_symbol, "MakeReferenceError") \
230 V(MakeSyntaxError_symbol, "MakeSyntaxError") \ 233 V(MakeSyntaxError_symbol, "MakeSyntaxError") \
231 V(MakeTypeError_symbol, "MakeTypeError") \ 234 V(MakeTypeError_symbol, "MakeTypeError") \
232 V(invalid_lhs_in_assignment_symbol, "invalid_lhs_in_assignment") \ 235 V(invalid_lhs_in_assignment_symbol, "invalid_lhs_in_assignment") \
233 V(invalid_lhs_in_for_in_symbol, "invalid_lhs_in_for_in") \ 236 V(invalid_lhs_in_for_in_symbol, "invalid_lhs_in_for_in") \
234 V(invalid_lhs_in_postfix_op_symbol, "invalid_lhs_in_postfix_op") \ 237 V(invalid_lhs_in_postfix_op_symbol, "invalid_lhs_in_postfix_op") \
235 V(invalid_lhs_in_prefix_op_symbol, "invalid_lhs_in_prefix_op") \ 238 V(invalid_lhs_in_prefix_op_symbol, "invalid_lhs_in_prefix_op") \
236 V(illegal_return_symbol, "illegal_return") \ 239 V(illegal_return_symbol, "illegal_return") \
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after
2916 AssertNoAllocation no_alloc; // i.e. no gc allowed. 2919 AssertNoAllocation no_alloc; // i.e. no gc allowed.
2917 2920
2918 private: 2921 private:
2919 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer); 2922 DISALLOW_IMPLICIT_CONSTRUCTORS(PathTracer);
2920 }; 2923 };
2921 #endif // DEBUG 2924 #endif // DEBUG
2922 2925
2923 } } // namespace v8::internal 2926 } } // namespace v8::internal
2924 2927
2925 #endif // V8_HEAP_H_ 2928 #endif // V8_HEAP_H_
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | src/hydrogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698