• Home
  • Raw
  • Download

Lines Matching refs:V

13 #define ABORT_MESSAGES_LIST(V)                                                 \  argument
14 V(kNoReason, "no reason") \
16 V(k32BitValueInRegisterIsNotZeroExtended, \
18 V(kAPICallReturnedInvalidObject, "API call returned invalid object") \
19 V(kAllocatingNonEmptyPackedArray, "Allocating non-empty packed array") \
20 V(kAllocationIsNotDoubleAligned, "Allocation is not double aligned") \
21 V(kCodeObjectNotProperlyPatched, "Code object not properly patched") \
22 V(kExpectedAllocationSite, "Expected allocation site") \
23 V(kExpectedFeedbackVector, "Expected feedback vector") \
24 V(kExpectedOptimizationSentinel, \
26 V(kExpectedUndefinedOrCell, "Expected undefined or cell in register") \
27 V(kFunctionDataShouldBeBytecodeArrayOnInterpreterEntry, \
29 V(kInputStringTooLong, "Input string too long") \
30 V(kInvalidBytecode, "Invalid bytecode") \
31 V(kInvalidBytecodeAdvance, "Cannot advance current bytecode, ") \
32 V(kInvalidElementsKindForInternalArrayOrInternalPackedArray, \
34 V(kInvalidHandleScopeLevel, "Invalid HandleScope level") \
35 V(kInvalidJumpTableIndex, "Invalid jump table index") \
36 V(kInvalidParametersAndRegistersInGenerator, \
38 V(kInvalidSharedFunctionInfoData, "Invalid SharedFunctionInfo data") \
39 V(kMissingBytecodeArray, "Missing bytecode array from function") \
40 V(kObjectNotTagged, "The object is not tagged") \
41 V(kObjectTagged, "The object is tagged") \
42 V(kOffsetOutOfRange, "Offset out of range") \
43 V(kOperandIsASmi, "Operand is a smi") \
44 V(kOperandIsASmiAndNotABoundFunction, \
46 V(kOperandIsASmiAndNotAConstructor, \
48 V(kOperandIsASmiAndNotAFixedArray, "Operand is a smi and not a fixed array") \
49 V(kOperandIsASmiAndNotAFunction, "Operand is a smi and not a function") \
50 V(kOperandIsASmiAndNotAGeneratorObject, \
52 V(kOperandIsNotABoundFunction, "Operand is not a bound function") \
53 V(kOperandIsNotAConstructor, "Operand is not a constructor") \
54 V(kOperandIsNotAFixedArray, "Operand is not a fixed array") \
55 V(kOperandIsNotAFunction, "Operand is not a function") \
56 V(kOperandIsNotAGeneratorObject, "Operand is not a generator object") \
57 V(kOperandIsNotASmi, "Operand is not a smi") \
58 V(kReceivedInvalidReturnAddress, "Received invalid return address") \
59 V(kRegisterDidNotMatchExpectedRoot, "Register did not match expected root") \
60 V(kRegisterWasClobbered, "Register was clobbered") \
61 V(kReturnAddressNotFoundInFrame, "Return address not found in frame") \
62 V(kShouldNotDirectlyEnterOsrFunction, \
64 V(kStackAccessBelowStackPointer, "Stack access below stack pointer") \
65 V(kStackFrameTypesMustMatch, "Stack frame types must match") \
66 V(kTheStackWasCorruptedByMacroAssemblerCall, \
68 V(kUnalignedCellInWriteBarrier, "Unaligned cell in write barrier") \
69 V(kUnexpectedElementsKindInArrayConstructor, \
71 V(kUnexpectedFPCRMode, "Unexpected FPCR mode.") \
72 V(kUnexpectedFunctionIDForInvokeIntrinsic, \
74 V(kUnexpectedInitialMapForArrayFunction, \
76 V(kUnexpectedInitialMapForArrayFunction1, \
78 V(kUnexpectedInitialMapForArrayFunction2, \
80 V(kUnexpectedInitialMapForInternalArrayFunction, \
82 V(kUnexpectedLevelAfterReturnFromApiCall, \
84 V(kUnexpectedNegativeValue, "Unexpected negative value") \
85 V(kUnexpectedReturnFromFrameDropper, \
87 V(kUnexpectedReturnFromThrow, "Unexpectedly returned from a throw") \
88 V(kUnexpectedReturnFromWasmTrap, \
90 V(kUnexpectedStackPointer, "The stack pointer is not the expected value") \
91 V(kUnexpectedValue, "Unexpected value") \
92 V(kUnsupportedModuleOperation, "Unsupported module operation") \
93 V(kUnsupportedNonPrimitiveCompare, "Unsupported non-primitive compare") \
94 V(kWrongAddressOrValuePassedToRecordWrite, \
96 V(kWrongArgumentCountForInvokeIntrinsic, \
98 V(kWrongFunctionCodeStart, "Wrong value in code start register passed") \
99 V(kWrongFunctionContext, "Wrong context passed to function")
101 #define BAILOUT_MESSAGES_LIST(V) \ argument
102 V(kNoReason, "no reason") \
104 V(kBailedOutDueToDependencyChange, "Bailed out due to dependency change") \
105 V(kCodeGenerationFailed, "Code generation failed") \
106 V(kCyclicObjectStateDetectedInEscapeAnalysis, \
108 V(kFunctionBeingDebugged, "Function is being debugged") \
109 V(kGraphBuildingFailed, "Optimized graph construction failed") \
110 V(kFunctionTooBig, "Function is too big to be optimized") \
111 V(kLiveEdit, "LiveEdit") \
112 V(kNativeFunctionLiteral, "Native function literal") \
113 V(kNotEnoughVirtualRegistersRegalloc, \
115 V(kOptimizationDisabled, "Optimization disabled") \
116 V(kOptimizationDisabledForTest, "Optimization disabled for test")