Lines Matching defs:x
366 inline GateRef StubBuilder::Int16Add(GateRef x, GateRef y) in Int16Add()
371 inline GateRef StubBuilder::Int32Add(GateRef x, GateRef y) in Int32Add()
376 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add()
381 inline GateRef StubBuilder::DoubleAdd(GateRef x, GateRef y) in DoubleAdd()
386 inline GateRef StubBuilder::PtrMul(GateRef x, GateRef y) in PtrMul()
391 inline GateRef StubBuilder::PtrAdd(GateRef x, GateRef y) in PtrAdd()
396 inline GateRef StubBuilder::PtrSub(GateRef x, GateRef y) in PtrSub()
401 inline GateRef StubBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
406 inline GateRef StubBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
411 inline GateRef StubBuilder::Int16Sub(GateRef x, GateRef y) in Int16Sub()
416 inline GateRef StubBuilder::Int32Sub(GateRef x, GateRef y) in Int32Sub()
421 inline GateRef StubBuilder::Int64Sub(GateRef x, GateRef y) in Int64Sub()
426 inline GateRef StubBuilder::DoubleSub(GateRef x, GateRef y) in DoubleSub()
431 inline GateRef StubBuilder::Int32Mul(GateRef x, GateRef y) in Int32Mul()
436 inline GateRef StubBuilder::Int64Mul(GateRef x, GateRef y) in Int64Mul()
441 inline GateRef StubBuilder::DoubleMul(GateRef x, GateRef y) in DoubleMul()
446 inline GateRef StubBuilder::DoubleDiv(GateRef x, GateRef y) in DoubleDiv()
451 inline GateRef StubBuilder::Int32Div(GateRef x, GateRef y) in Int32Div()
456 inline GateRef StubBuilder::Int64Div(GateRef x, GateRef y) in Int64Div()
461 inline GateRef StubBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
466 inline GateRef StubBuilder::Int32Mod(GateRef x, GateRef y) in Int32Mod()
471 inline GateRef StubBuilder::DoubleMod(GateRef x, GateRef y) in DoubleMod()
477 inline GateRef StubBuilder::Int32Or(GateRef x, GateRef y) in Int32Or()
482 inline GateRef StubBuilder::Int8And(GateRef x, GateRef y) in Int8And()
487 inline GateRef StubBuilder::Int8Xor(GateRef x, GateRef y) in Int8Xor()
492 inline GateRef StubBuilder::Int32And(GateRef x, GateRef y) in Int32And()
497 inline GateRef StubBuilder::BitAnd(GateRef x, GateRef y) in BitAnd()
502 inline GateRef StubBuilder::BitOr(GateRef x, GateRef y) in BitOr()
507 inline GateRef StubBuilder::Int32Not(GateRef x) in Int32Not()
512 inline GateRef StubBuilder::IntPtrNot(GateRef x) in IntPtrNot()
517 inline GateRef StubBuilder::BoolNot(GateRef x) in BoolNot()
522 inline GateRef StubBuilder::Int64Or(GateRef x, GateRef y) in Int64Or()
527 inline GateRef StubBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
532 inline GateRef StubBuilder::Int64And(GateRef x, GateRef y) in Int64And()
537 inline GateRef StubBuilder::Int16LSL(GateRef x, GateRef y) in Int16LSL()
542 inline GateRef StubBuilder::Int64Xor(GateRef x, GateRef y) in Int64Xor()
547 inline GateRef StubBuilder::Int32Xor(GateRef x, GateRef y) in Int32Xor()
552 inline GateRef StubBuilder::Int8LSR(GateRef x, GateRef y) in Int8LSR()
557 inline GateRef StubBuilder::Int64Not(GateRef x) in Int64Not()
562 inline GateRef StubBuilder::Int32LSL(GateRef x, GateRef y) in Int32LSL()
567 inline GateRef StubBuilder::Int64LSL(GateRef x, GateRef y) in Int64LSL()
572 inline GateRef StubBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
577 inline GateRef StubBuilder::Int32ASR(GateRef x, GateRef y) in Int32ASR()
582 inline GateRef StubBuilder::Int32LSR(GateRef x, GateRef y) in Int32LSR()
587 inline GateRef StubBuilder::Int64LSR(GateRef x, GateRef y) in Int64LSR()
592 inline GateRef StubBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
598 inline GateRef StubBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
604 inline GateRef StubBuilder::BinaryOpWithOverflow(GateRef x, GateRef y) in BinaryOpWithOverflow()
609 inline GateRef StubBuilder::TaggedIsInt(GateRef x) in TaggedIsInt()
614 inline GateRef StubBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble()
619 inline GateRef StubBuilder::TaggedIsObject(GateRef x) in TaggedIsObject()
649 inline GateRef StubBuilder::BothAreString(GateRef x, GateRef y) in BothAreString()
654 inline GateRef StubBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber()
659 inline GateRef StubBuilder::TaggedIsNumeric(GateRef x) in TaggedIsNumeric()
664 inline GateRef StubBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
669 inline GateRef StubBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole()
674 inline GateRef StubBuilder::ValueIsSpecialHole(GateRef x) in ValueIsSpecialHole()
694 inline GateRef StubBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined()
699 inline GateRef StubBuilder::TaggedIsException(GateRef x) in TaggedIsException()
704 inline GateRef StubBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial()
709 inline GateRef StubBuilder::TaggedIsRegularObject(GateRef x) in TaggedIsRegularObject()
715 inline GateRef StubBuilder::TaggedIsHeapObject(GateRef x) in TaggedIsHeapObject()
720 inline GateRef StubBuilder::TaggedIsGeneratorObject(GateRef x) in TaggedIsGeneratorObject()
725 inline GateRef StubBuilder::TaggedIsJSArray(GateRef x) in TaggedIsJSArray()
730 inline GateRef StubBuilder::IsTaggedArray(GateRef x) in IsTaggedArray()
735 inline GateRef StubBuilder::TaggedIsAsyncGeneratorObject(GateRef x) in TaggedIsAsyncGeneratorObject()
740 inline GateRef StubBuilder::TaggedIsJSGlobalObject(GateRef x) in TaggedIsJSGlobalObject()
745 inline GateRef StubBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak()
750 inline GateRef StubBuilder::TaggedIsPrototypeHandler(GateRef x) in TaggedIsPrototypeHandler()
755 inline GateRef StubBuilder::TaggedIsStoreTSHandler(GateRef x) in TaggedIsStoreTSHandler()
760 inline GateRef StubBuilder::TaggedIsTransWithProtoHandler(GateRef x) in TaggedIsTransWithProtoHandler()
765 inline GateRef StubBuilder::TaggedIsTransitionHandler(GateRef x) in TaggedIsTransitionHandler()
777 inline GateRef StubBuilder::DoubleIsNAN(GateRef x) in DoubleIsNAN()
782 inline GateRef StubBuilder::DoubleIsINF(GateRef x) in DoubleIsINF()
787 inline GateRef StubBuilder::DoubleIsNanOrInf(GateRef x) in DoubleIsNanOrInf()
792 inline GateRef StubBuilder::DoubleAbs(GateRef x) in DoubleAbs()
797 inline GateRef StubBuilder::DoubleIsInteger(GateRef x) in DoubleIsInteger()
804 inline GateRef StubBuilder::DoubleTrunc(GateRef x) in DoubleTrunc()
853 inline GateRef StubBuilder::TaggedIsNull(GateRef x) in TaggedIsNull()
858 inline GateRef StubBuilder::TaggedIsUndefinedOrNull(GateRef x) in TaggedIsUndefinedOrNull()
863 inline GateRef StubBuilder::TaggedIsUndefinedOrNullOrHole(GateRef x) in TaggedIsUndefinedOrNullOrHole()
868 inline GateRef StubBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue()
873 inline GateRef StubBuilder::TaggedIsFalse(GateRef x) in TaggedIsFalse()
878 inline GateRef StubBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean()
883 inline GateRef StubBuilder::TaggedGetInt(GateRef x) in TaggedGetInt()
888 inline GateRef StubBuilder::Int8ToTaggedInt(GateRef x) in Int8ToTaggedInt()
894 inline GateRef StubBuilder::Int16ToTaggedInt(GateRef x) in Int16ToTaggedInt()
900 inline GateRef StubBuilder::IntToTaggedPtr(GateRef x) in IntToTaggedPtr()
906 inline GateRef StubBuilder::IntToTaggedInt(GateRef x) in IntToTaggedInt()
912 inline GateRef StubBuilder::Int64ToTaggedInt(GateRef x) in Int64ToTaggedInt()
917 inline GateRef StubBuilder::Int64ToTaggedIntPtr(GateRef x) in Int64ToTaggedIntPtr()
922 inline GateRef StubBuilder::DoubleToTaggedDoublePtr(GateRef x) in DoubleToTaggedDoublePtr()
927 inline GateRef StubBuilder::BooleanToTaggedBooleanPtr(GateRef x) in BooleanToTaggedBooleanPtr()
932 inline GateRef StubBuilder::TaggedPtrToTaggedDoublePtr(GateRef x) in TaggedPtrToTaggedDoublePtr()
937 inline GateRef StubBuilder::TaggedPtrToTaggedIntPtr(GateRef x) in TaggedPtrToTaggedIntPtr()
942 inline GateRef StubBuilder::CastDoubleToInt64(GateRef x) in CastDoubleToInt64()
947 inline GateRef StubBuilder::CastFloat32ToInt32(GateRef x) in CastFloat32ToInt32()
968 inline GateRef StubBuilder::Int8Equal(GateRef x, GateRef y) in Int8Equal()
973 inline GateRef StubBuilder::Int8GreaterThanOrEqual(GateRef x, GateRef y) in Int8GreaterThanOrEqual()
978 inline GateRef StubBuilder::Equal(GateRef x, GateRef y) in Equal()
983 inline GateRef StubBuilder::NotEqual(GateRef x, GateRef y) in NotEqual()
988 inline GateRef StubBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal()
993 inline GateRef StubBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual()
998 inline GateRef StubBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal()
1003 inline GateRef StubBuilder::DoubleEqual(GateRef x, GateRef y) in DoubleEqual()
1008 inline GateRef StubBuilder::DoubleNotEqual(GateRef x, GateRef y) in DoubleNotEqual()
1013 inline GateRef StubBuilder::DoubleLessThan(GateRef x, GateRef y) in DoubleLessThan()
1018 inline GateRef StubBuilder::DoubleLessThanOrEqual(GateRef x, GateRef y) in DoubleLessThanOrEqual()
1023 inline GateRef StubBuilder::DoubleGreaterThan(GateRef x, GateRef y) in DoubleGreaterThan()
1028 inline GateRef StubBuilder::DoubleGreaterThanOrEqual(GateRef x, GateRef y) in DoubleGreaterThanOrEqual()
1033 inline GateRef StubBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual()
1038 inline GateRef StubBuilder::Int32GreaterThan(GateRef x, GateRef y) in Int32GreaterThan()
1043 inline GateRef StubBuilder::Int32LessThan(GateRef x, GateRef y) in Int32LessThan()
1048 inline GateRef StubBuilder::Int32GreaterThanOrEqual(GateRef x, GateRef y) in Int32GreaterThanOrEqual()
1053 inline GateRef StubBuilder::Int32LessThanOrEqual(GateRef x, GateRef y) in Int32LessThanOrEqual()
1058 inline GateRef StubBuilder::Int32UnsignedGreaterThan(GateRef x, GateRef y) in Int32UnsignedGreaterThan()
1063 inline GateRef StubBuilder::Int32UnsignedLessThan(GateRef x, GateRef y) in Int32UnsignedLessThan()
1068 inline GateRef StubBuilder::Int32UnsignedGreaterThanOrEqual(GateRef x, GateRef y) in Int32UnsignedGreaterThanOrEqual()
1073 inline GateRef StubBuilder::Int32UnsignedLessThanOrEqual(GateRef x, GateRef y) in Int32UnsignedLessThanOrEqual()
1078 inline GateRef StubBuilder::Int64GreaterThan(GateRef x, GateRef y) in Int64GreaterThan()
1083 inline GateRef StubBuilder::Int64LessThan(GateRef x, GateRef y) in Int64LessThan()
1088 inline GateRef StubBuilder::Int64LessThanOrEqual(GateRef x, GateRef y) in Int64LessThanOrEqual()
1093 inline GateRef StubBuilder::Int64GreaterThanOrEqual(GateRef x, GateRef y) in Int64GreaterThanOrEqual()
1098 inline GateRef StubBuilder::Int64UnsignedLessThanOrEqual(GateRef x, GateRef y) in Int64UnsignedLessThanOrEqual()
1103 inline GateRef StubBuilder::Int64UnsignedGreaterThanOrEqual(GateRef x, GateRef y) in Int64UnsignedGreaterThanOrEqual()
1108 inline GateRef StubBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
2502 inline GateRef StubBuilder::GetInt64OfTInt(GateRef x) in GetInt64OfTInt()
2507 inline GateRef StubBuilder::GetInt32OfTInt(GateRef x) in GetInt32OfTInt()
2512 inline GateRef StubBuilder::TaggedCastToIntPtr(GateRef x) in TaggedCastToIntPtr()
2517 inline GateRef StubBuilder::GetDoubleOfTInt(GateRef x) in GetDoubleOfTInt()
2522 inline GateRef StubBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble()
2527 inline GateRef StubBuilder::GetInt32OfTNumber(GateRef x) in GetInt32OfTNumber()
2532 inline GateRef StubBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber()
2537 inline GateRef StubBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef()
2542 inline GateRef StubBuilder::ExtFloat32ToDouble(GateRef x) in ExtFloat32ToDouble()
2547 inline GateRef StubBuilder::ChangeInt32ToFloat32(GateRef x) in ChangeInt32ToFloat32()
2552 inline GateRef StubBuilder::ChangeInt32ToFloat64(GateRef x) in ChangeInt32ToFloat64()
2557 inline GateRef StubBuilder::ChangeUInt32ToFloat64(GateRef x) in ChangeUInt32ToFloat64()
2562 inline GateRef StubBuilder::ChangeFloat64ToInt32(GateRef x) in ChangeFloat64ToInt32()
2567 inline GateRef StubBuilder::TruncDoubleToFloat32(GateRef x) in TruncDoubleToFloat32()
2572 inline GateRef StubBuilder::ChangeTaggedPointerToInt64(GateRef x) in ChangeTaggedPointerToInt64()
2577 inline GateRef StubBuilder::Int64ToTaggedPtr(GateRef x) in Int64ToTaggedPtr()
2582 inline GateRef StubBuilder::CastInt32ToFloat32(GateRef x) in CastInt32ToFloat32()
2587 inline GateRef StubBuilder::CastInt64ToFloat64(GateRef x) in CastInt64ToFloat64()
2592 inline GateRef StubBuilder::SExtInt32ToInt64(GateRef x) in SExtInt32ToInt64()
2597 inline GateRef StubBuilder::SExtInt16ToInt64(GateRef x) in SExtInt16ToInt64()
2602 inline GateRef StubBuilder::SExtInt8ToInt64(GateRef x) in SExtInt8ToInt64()
2607 inline GateRef StubBuilder::SExtInt8ToInt32(GateRef x) in SExtInt8ToInt32()
2612 inline GateRef StubBuilder::SExtInt16ToInt32(GateRef x) in SExtInt16ToInt32()
2617 inline GateRef StubBuilder::SExtInt1ToInt64(GateRef x) in SExtInt1ToInt64()
2622 inline GateRef StubBuilder::SExtInt1ToInt32(GateRef x) in SExtInt1ToInt32()
2627 inline GateRef StubBuilder::ZExtInt8ToInt16(GateRef x) in ZExtInt8ToInt16()
2632 inline GateRef StubBuilder::ZExtInt32ToInt64(GateRef x) in ZExtInt32ToInt64()
2637 inline GateRef StubBuilder::ZExtInt1ToInt64(GateRef x) in ZExtInt1ToInt64()
2642 inline GateRef StubBuilder::ZExtInt1ToInt32(GateRef x) in ZExtInt1ToInt32()
2647 inline GateRef StubBuilder::ZExtInt8ToInt32(GateRef x) in ZExtInt8ToInt32()
2652 inline GateRef StubBuilder::ZExtInt8ToInt64(GateRef x) in ZExtInt8ToInt64()
2657 inline GateRef StubBuilder::ZExtInt8ToPtr(GateRef x) in ZExtInt8ToPtr()
2662 inline GateRef StubBuilder::ZExtInt16ToPtr(GateRef x) in ZExtInt16ToPtr()
2667 inline GateRef StubBuilder::SExtInt32ToPtr(GateRef x) in SExtInt32ToPtr()
2672 inline GateRef StubBuilder::ZExtInt16ToInt32(GateRef x) in ZExtInt16ToInt32()
2677 inline GateRef StubBuilder::ZExtInt16ToInt64(GateRef x) in ZExtInt16ToInt64()
2682 inline GateRef StubBuilder::TruncInt64ToInt32(GateRef x) in TruncInt64ToInt32()
2687 inline GateRef StubBuilder::TruncPtrToInt32(GateRef x) in TruncPtrToInt32()
2695 inline GateRef StubBuilder::TruncInt64ToInt1(GateRef x) in TruncInt64ToInt1()
2700 inline GateRef StubBuilder::TruncInt32ToInt1(GateRef x) in TruncInt32ToInt1()
2844 inline GateRef StubBuilder::IntPtrEuqal(GateRef x, GateRef y) in IntPtrEuqal()
2859 inline GateRef StubBuilder::ObjectAddressToRange(GateRef x) in ObjectAddressToRange()
2868 GateRef x = Load(VariableType::NATIVE_POINTER(), PtrAdd(IntPtr(offset), region), in RegionInSpace() local
2892 GateRef x = Load(VariableType::NATIVE_POINTER(), PtrAdd(IntPtr(offset), region), in RegionInSpace() local
2920 GateRef x = Load(VariableType::NATIVE_POINTER(), PtrAdd(IntPtr(offset), region), in InSharedHeap() local
2938 GateRef x = Load(VariableType::NATIVE_POINTER(), PtrAdd(IntPtr(offset), region), in InSharedSweepableSpace() local
3454 inline GateRef StubBuilder::AlignUp(GateRef x, GateRef alignment) in AlignUp()