V(kNoReason,
"no reason") \
\
V(kBailedOutDueToDependencyChange, "Bailed out due to dependency change") \
V(kCancelled, "Job got cancelled") \
V(kConcurrentMapDeprecation, "Maps became deprecated during optimization") \
V(kCodeGenerationFailed, "Code generation failed") \
V(kFunctionBeingDebugged, "Function is being debugged") \
V(kGraphBuildingFailed, "Optimized graph construction failed") \
V(kFunctionTooBig, "Function is too big to be optimized") \
V(kTooManyArguments, "Function contains a call with too many arguments") \
V(kLiveEdit, "LiveEdit") \
V(kNativeFunctionLiteral, "Native function literal") \
V(kOptimizationDisabled, "Optimization disabled") \
V(kHigherTierAvailable, "A higher tier is already available") \
V(kDetachedNativeContext, "The native context is detached") \
V(kNeverOptimize, "Optimization is always disabled")