Lines Matching defs:SimplifiedOperatorGlobalCache
457 struct SimplifiedOperatorGlobalCache final { struct
480 struct StringFromCodePointOperator final : public Operator1<UnicodeEncoding> {
487 kStringFromCodePointOperatorUTF16;
489 kStringFromCodePointOperatorUTF32;
491 struct ArrayBufferWasNeuteredOperator final : public Operator {
496 ArrayBufferWasNeuteredOperator kArrayBufferWasNeutered;
499 struct CheckedInt32MulOperator final
508 kCheckedInt32MulCheckForMinusZeroOperator;
510 kCheckedInt32MulDontCheckForMinusZeroOperator;
513 struct CheckedFloat64ToInt32Operator final
522 kCheckedFloat64ToInt32CheckForMinusZeroOperator;
524 kCheckedFloat64ToInt32DontCheckForMinusZeroOperator;
527 struct CheckedTaggedToInt32Operator final
536 kCheckedTaggedToInt32CheckForMinusZeroOperator;
538 kCheckedTaggedToInt32DontCheckForMinusZeroOperator;
541 struct CheckedTaggedToFloat64Operator final
550 kCheckedTaggedToFloat64NumberOperator;
552 kCheckedTaggedToFloat64NumberOrOddballOperator;
555 struct CheckFloat64HoleNaNOperator final
564 kCheckFloat64HoleAllowReturnHoleOperator;
566 kCheckFloat64HoleNeverReturnHoleOperator;
569 struct AllocateOperator final : public Operator1<PretenureFlag> {
576 AllocateOperator<NOT_TENURED> kAllocateNotTenuredOperator;
577 AllocateOperator<TENURED> kAllocateTenuredOperator;
579 struct EnsureWritableFastElementsOperator final : public Operator {
587 EnsureWritableFastElementsOperator kEnsureWritableFastElements;