Index: src/bailout-reason.h |
diff --git a/src/bailout-reason.h b/src/bailout-reason.h |
index 26a8e5c97111a87163f98051fdd1c44654b24b13..fac6f6771f0a689ed5b5f267bc3da3862cf40cef 100644 |
--- a/src/bailout-reason.h |
+++ b/src/bailout-reason.h |
@@ -29,7 +29,6 @@ namespace internal { |
"Assignment to parameter, function uses arguments object") \ |
V(kAssignmentToParameterInArgumentsObject, \ |
"Assignment to parameter in arguments object") \ |
- V(kAttemptToUseUndefinedCache, "Attempt to use undefined cache") \ |
V(kBadValueContextForArgumentsObjectValue, \ |
"Bad value context for arguments object value") \ |
V(kBadValueContextForArgumentsValue, \ |
@@ -105,14 +104,6 @@ namespace internal { |
V(kInputGPRIsExpectedToHaveUpper32Cleared, \ |
"Input GPR is expected to have upper32 cleared") \ |
V(kInputStringTooLong, "Input string too long") \ |
- V(kInstanceofStubUnexpectedCallSiteCacheCheck, \ |
- "InstanceofStub unexpected call site cache (check)") \ |
- V(kInstanceofStubUnexpectedCallSiteCacheCmp1, \ |
- "InstanceofStub unexpected call site cache (cmp 1)") \ |
- V(kInstanceofStubUnexpectedCallSiteCacheCmp2, \ |
- "InstanceofStub unexpected call site cache (cmp 2)") \ |
- V(kInstanceofStubUnexpectedCallSiteCacheMov, \ |
- "InstanceofStub unexpected call site cache (mov)") \ |
V(kInteger32ToSmiFieldWritingToNonSmiLocation, \ |
"Integer32ToSmiField writing to non-smi location") \ |
V(kInvalidCaptureReferenced, "Invalid capture referenced") \ |
@@ -183,7 +174,6 @@ namespace internal { |
V(kRegisterWasClobbered, "Register was clobbered") \ |
V(kRememberedSetPointerInNewSpace, "Remembered set pointer is in new space") \ |
V(kReturnAddressNotFoundInFrame, "Return address not found in frame") \ |
- V(kScriptContext, "Allocation of script context") \ |
V(kSmiAdditionOverflow, "Smi addition overflow") \ |
V(kSmiSubtractionOverflow, "Smi subtraction overflow") \ |
V(kSpread, "Spread in array literal") \ |
@@ -192,20 +182,6 @@ namespace internal { |
V(kSuperReference, "Super reference") \ |
V(kTheCurrentStackPointerIsBelowCsp, \ |
"The current stack pointer is below csp") \ |
- V(kTheInstructionShouldBeALis, "The instruction should be a lis") \ |
- V(kTheInstructionShouldBeALui, "The instruction should be a lui") \ |
- V(kTheInstructionShouldBeAnOri, "The instruction should be an ori") \ |
- V(kTheInstructionShouldBeAnOris, "The instruction should be an oris") \ |
- V(kTheInstructionShouldBeALi, "The instruction should be a li") \ |
- V(kTheInstructionShouldBeASldi, "The instruction should be a sldi") \ |
- V(kTheInstructionToPatchShouldBeAnLdrLiteral, \ |
- "The instruction to patch should be a ldr literal") \ |
- V(kTheInstructionToPatchShouldBeALis, \ |
- "The instruction to patch should be a lis") \ |
- V(kTheInstructionToPatchShouldBeALui, \ |
- "The instruction to patch should be a lui") \ |
- V(kTheInstructionToPatchShouldBeAnOri, \ |
- "The instruction to patch should be an ori") \ |
V(kTheSourceAndDestinationAreTheSame, \ |
"The source and destination are the same") \ |
V(kTheStackWasCorruptedByMacroAssemblerCall, \ |
@@ -220,7 +196,6 @@ namespace internal { |
"ToOperand Unsupported double immediate") \ |
V(kTryCatchStatement, "TryCatchStatement") \ |
V(kTryFinallyStatement, "TryFinallyStatement") \ |
- V(kUnableToEncodeValueAsSmi, "Unable to encode value as smi") \ |
V(kUnalignedAllocationInNewSpace, "Unaligned allocation in new space") \ |
V(kUnalignedCellInWriteBarrier, "Unaligned cell in write barrier") \ |
V(kUnexpectedAllocationTop, "Unexpected allocation top") \ |
@@ -255,15 +230,10 @@ namespace internal { |
V(kUnexpectedFPCRMode, "Unexpected FPCR mode.") \ |
V(kUnexpectedSmi, "Unexpected smi value") \ |
V(kUnexpectedStackPointer, "The stack pointer is not the expected value") \ |
- V(kUnexpectedStringFunction, "Unexpected String function") \ |
V(kUnexpectedStringType, "Unexpected string type") \ |
- V(kUnexpectedStringWrapperInstanceSize, \ |
- "Unexpected string wrapper instance size") \ |
V(kUnexpectedTypeForRegExpDataFixedArrayExpected, \ |
"Unexpected type for RegExp data, FixedArray expected") \ |
V(kUnexpectedValue, "Unexpected value") \ |
- V(kUnexpectedUnusedPropertiesOfStringWrapper, \ |
- "Unexpected unused properties of string wrapper") \ |
V(kUnsupportedConstCompoundAssignment, \ |
"Unsupported const compound assignment") \ |
V(kUnsupportedCountOperationWithConst, \ |