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

Side by Side Diff: src/bailout-reason.h

Issue 2622783002: [crankshaft] Remove dead Variable hole-checking code (Closed)
Patch Set: Update golden files Created 3 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 | « no previous file | src/crankshaft/arm/lithium-arm.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 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 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_BAILOUT_REASON_H_ 5 #ifndef V8_BAILOUT_REASON_H_
6 #define V8_BAILOUT_REASON_H_ 6 #define V8_BAILOUT_REASON_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 10
11 // TODO(svenpanne) introduce an AbortReason and partition this list 11 // TODO(svenpanne) introduce an AbortReason and partition this list
12 #define ERROR_MESSAGES_LIST(V) \ 12 #define ERROR_MESSAGES_LIST(V) \
13 V(kNoReason, "no reason") \ 13 V(kNoReason, "no reason") \
14 \ 14 \
15 V(k32BitValueInRegisterIsNotZeroExtended, \ 15 V(k32BitValueInRegisterIsNotZeroExtended, \
16 "32 bit value in register is not zero-extended") \ 16 "32 bit value in register is not zero-extended") \
17 V(kAllocatingNonEmptyPackedArray, "Allocating non-empty packed array") \ 17 V(kAllocatingNonEmptyPackedArray, "Allocating non-empty packed array") \
18 V(kAllocationIsNotDoubleAligned, "Allocation is not double aligned") \ 18 V(kAllocationIsNotDoubleAligned, "Allocation is not double aligned") \
19 V(kAPICallReturnedInvalidObject, "API call returned invalid object") \ 19 V(kAPICallReturnedInvalidObject, "API call returned invalid object") \
20 V(kArgumentsObjectValueInATestContext, \ 20 V(kArgumentsObjectValueInATestContext, \
21 "Arguments object value in a test context") \ 21 "Arguments object value in a test context") \
22 V(kArrayIndexConstantValueTooBig, "Array index constant value too big") \ 22 V(kArrayIndexConstantValueTooBig, "Array index constant value too big") \
23 V(kAssignmentToLetVariableBeforeInitialization, \
24 "Assignment to let variable before initialization") \
25 V(kAssignmentToLOOKUPVariable, "Assignment to LOOKUP variable") \ 23 V(kAssignmentToLOOKUPVariable, "Assignment to LOOKUP variable") \
26 V(kAssignmentToParameterFunctionUsesArgumentsObject, \ 24 V(kAssignmentToParameterFunctionUsesArgumentsObject, \
27 "Assignment to parameter, function uses arguments object") \ 25 "Assignment to parameter, function uses arguments object") \
28 V(kAssignmentToParameterInArgumentsObject, \ 26 V(kAssignmentToParameterInArgumentsObject, \
29 "Assignment to parameter in arguments object") \ 27 "Assignment to parameter in arguments object") \
30 V(kBadValueContextForArgumentsObjectValue, \ 28 V(kBadValueContextForArgumentsObjectValue, \
31 "Bad value context for arguments object value") \ 29 "Bad value context for arguments object value") \
32 V(kBadValueContextForArgumentsValue, \ 30 V(kBadValueContextForArgumentsValue, \
33 "Bad value context for arguments value") \ 31 "Bad value context for arguments value") \
34 V(kBailedOutDueToDependencyChange, "Bailed out due to dependency change") \ 32 V(kBailedOutDueToDependencyChange, "Bailed out due to dependency change") \
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "Unexpected runtime function id for the InvokeIntrinsic bytecode") \ 236 "Unexpected runtime function id for the InvokeIntrinsic bytecode") \
239 V(kUnexpectedFPCRMode, "Unexpected FPCR mode.") \ 237 V(kUnexpectedFPCRMode, "Unexpected FPCR mode.") \
240 V(kUnexpectedSmi, "Unexpected smi value") \ 238 V(kUnexpectedSmi, "Unexpected smi value") \
241 V(kUnexpectedStackDepth, "Unexpected operand stack depth in full-codegen") \ 239 V(kUnexpectedStackDepth, "Unexpected operand stack depth in full-codegen") \
242 V(kUnexpectedStackPointer, "The stack pointer is not the expected value") \ 240 V(kUnexpectedStackPointer, "The stack pointer is not the expected value") \
243 V(kUnexpectedStringType, "Unexpected string type") \ 241 V(kUnexpectedStringType, "Unexpected string type") \
244 V(kUnexpectedTypeForRegExpDataFixedArrayExpected, \ 242 V(kUnexpectedTypeForRegExpDataFixedArrayExpected, \
245 "Unexpected type for RegExp data, FixedArray expected") \ 243 "Unexpected type for RegExp data, FixedArray expected") \
246 V(kUnexpectedValue, "Unexpected value") \ 244 V(kUnexpectedValue, "Unexpected value") \
247 V(kUnsupportedDoubleImmediate, "Unsupported double immediate") \ 245 V(kUnsupportedDoubleImmediate, "Unsupported double immediate") \
248 V(kUnsupportedLetCompoundAssignment, "Unsupported let compound assignment") \
249 V(kUnsupportedLookupSlotInDeclaration, \ 246 V(kUnsupportedLookupSlotInDeclaration, \
250 "Unsupported lookup slot in declaration") \ 247 "Unsupported lookup slot in declaration") \
251 V(kUnsupportedModuleOperation, "Unsupported module operation") \ 248 V(kUnsupportedModuleOperation, "Unsupported module operation") \
252 V(kUnsupportedNonPrimitiveCompare, "Unsupported non-primitive compare") \ 249 V(kUnsupportedNonPrimitiveCompare, "Unsupported non-primitive compare") \
253 V(kUnsupportedPhiUseOfArguments, "Unsupported phi use of arguments") \ 250 V(kUnsupportedPhiUseOfArguments, "Unsupported phi use of arguments") \
254 V(kUnsupportedPhiUseOfConstVariable, \ 251 V(kUnsupportedPhiUseOfConstVariable, \
255 "Unsupported phi use of const or let variable") \ 252 "Unsupported phi use of const or let variable") \
256 V(kUnexpectedReturnFromThrow, "Unexpectedly returned from a throw") \ 253 V(kUnexpectedReturnFromThrow, "Unexpectedly returned from a throw") \
257 V(kUnsupportedSwitchStatement, "Unsupported switch statement") \ 254 V(kUnsupportedSwitchStatement, "Unsupported switch statement") \
258 V(kUnsupportedTaggedImmediate, "Unsupported tagged immediate") \ 255 V(kUnsupportedTaggedImmediate, "Unsupported tagged immediate") \
(...skipping 16 matching lines...) Expand all
275 }; 272 };
276 #undef ERROR_MESSAGES_CONSTANTS 273 #undef ERROR_MESSAGES_CONSTANTS
277 274
278 275
279 const char* GetBailoutReason(BailoutReason reason); 276 const char* GetBailoutReason(BailoutReason reason);
280 277
281 } // namespace internal 278 } // namespace internal
282 } // namespace v8 279 } // namespace v8
283 280
284 #endif // V8_BAILOUT_REASON_H_ 281 #endif // V8_BAILOUT_REASON_H_
OLDNEW
« no previous file with comments | « no previous file | src/crankshaft/arm/lithium-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698