Lines Matching defs:x
289 inline GateRef StubBuilder::Int16Add(GateRef x, GateRef y) in Int16Add()
294 inline GateRef StubBuilder::Int32Add(GateRef x, GateRef y) in Int32Add()
299 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add()
304 inline GateRef StubBuilder::DoubleAdd(GateRef x, GateRef y) in DoubleAdd()
309 inline GateRef StubBuilder::PtrMul(GateRef x, GateRef y) in PtrMul()
314 inline GateRef StubBuilder::PtrAdd(GateRef x, GateRef y) in PtrAdd()
319 inline GateRef StubBuilder::PtrSub(GateRef x, GateRef y) in PtrSub()
324 inline GateRef StubBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
329 inline GateRef StubBuilder::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
337 inline GateRef StubBuilder::Int16Sub(GateRef x, GateRef y) in Int16Sub()
342 inline GateRef StubBuilder::Int32Sub(GateRef x, GateRef y) in Int32Sub()
347 inline GateRef StubBuilder::Int64Sub(GateRef x, GateRef y) in Int64Sub()
352 inline GateRef StubBuilder::DoubleSub(GateRef x, GateRef y) in DoubleSub()
357 inline GateRef StubBuilder::Int32Mul(GateRef x, GateRef y) in Int32Mul()
362 inline GateRef StubBuilder::Int64Mul(GateRef x, GateRef y) in Int64Mul()
367 inline GateRef StubBuilder::DoubleMul(GateRef x, GateRef y) in DoubleMul()
372 inline GateRef StubBuilder::DoubleDiv(GateRef x, GateRef y) in DoubleDiv()
377 inline GateRef StubBuilder::Int32Div(GateRef x, GateRef y) in Int32Div()
382 inline GateRef StubBuilder::Int64Div(GateRef x, GateRef y) in Int64Div()
387 inline GateRef StubBuilder::IntPtrDiv(GateRef x, GateRef y) in IntPtrDiv()
392 inline GateRef StubBuilder::Int32Mod(GateRef x, GateRef y) in Int32Mod()
397 inline GateRef StubBuilder::DoubleMod(GateRef x, GateRef y) in DoubleMod()
403 inline GateRef StubBuilder::Int32Or(GateRef x, GateRef y) in Int32Or()
408 inline GateRef StubBuilder::Int8And(GateRef x, GateRef y) in Int8And()
413 inline GateRef StubBuilder::Int32And(GateRef x, GateRef y) in Int32And()
418 inline GateRef StubBuilder::BoolAnd(GateRef x, GateRef y) in BoolAnd()
423 inline GateRef StubBuilder::BoolOr(GateRef x, GateRef y) in BoolOr()
428 inline GateRef StubBuilder::Int32Not(GateRef x) in Int32Not()
433 inline GateRef StubBuilder::IntPtrNot(GateRef x) in IntPtrNot()
438 inline GateRef StubBuilder::BoolNot(GateRef x) in BoolNot()
443 inline GateRef StubBuilder::Int64Or(GateRef x, GateRef y) in Int64Or()
448 inline GateRef StubBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr()
453 inline GateRef StubBuilder::Int64And(GateRef x, GateRef y) in Int64And()
458 inline GateRef StubBuilder::Int16LSL(GateRef x, GateRef y) in Int16LSL()
463 inline GateRef StubBuilder::Int64Xor(GateRef x, GateRef y) in Int64Xor()
468 inline GateRef StubBuilder::Int32Xor(GateRef x, GateRef y) in Int32Xor()
473 inline GateRef StubBuilder::Int8LSR(GateRef x, GateRef y) in Int8LSR()
478 inline GateRef StubBuilder::Int64Not(GateRef x) in Int64Not()
483 inline GateRef StubBuilder::Int32LSL(GateRef x, GateRef y) in Int32LSL()
488 inline GateRef StubBuilder::Int64LSL(GateRef x, GateRef y) in Int64LSL()
493 inline GateRef StubBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
498 inline GateRef StubBuilder::Int32ASR(GateRef x, GateRef y) in Int32ASR()
503 inline GateRef StubBuilder::Int32LSR(GateRef x, GateRef y) in Int32LSR()
508 inline GateRef StubBuilder::Int64LSR(GateRef x, GateRef y) in Int64LSR()
513 inline GateRef StubBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
519 inline GateRef StubBuilder::BinaryOp(GateRef x, GateRef y) in BinaryOp()
524 inline GateRef StubBuilder::TaggedIsInt(GateRef x) in TaggedIsInt()
529 inline GateRef StubBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble()
534 inline GateRef StubBuilder::TaggedIsObject(GateRef x) in TaggedIsObject()
549 inline GateRef StubBuilder::BothAreString(GateRef x, GateRef y) in BothAreString()
556 inline GateRef StubBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber()
561 inline GateRef StubBuilder::TaggedIsNumeric(GateRef x) in TaggedIsNumeric()
566 inline GateRef StubBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
571 inline GateRef StubBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole()
576 inline GateRef StubBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined()
581 inline GateRef StubBuilder::TaggedIsException(GateRef x) in TaggedIsException()
586 inline GateRef StubBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial()
591 inline GateRef StubBuilder::TaggedIsHeapObject(GateRef x) in TaggedIsHeapObject()
596 inline GateRef StubBuilder::TaggedIsGeneratorObject(GateRef x) in TaggedIsGeneratorObject()
601 inline GateRef StubBuilder::TaggedIsAsyncGeneratorObject(GateRef x) in TaggedIsAsyncGeneratorObject()
607 inline GateRef StubBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak()
612 inline GateRef StubBuilder::TaggedIsPrototypeHandler(GateRef x) in TaggedIsPrototypeHandler()
617 inline GateRef StubBuilder::TaggedIsStoreTSHandler(GateRef x) in TaggedIsStoreTSHandler()
622 inline GateRef StubBuilder::TaggedIsTransWithProtoHandler(GateRef x) in TaggedIsTransWithProtoHandler()
627 inline GateRef StubBuilder::TaggedIsTransitionHandler(GateRef x) in TaggedIsTransitionHandler()
639 inline GateRef StubBuilder::DoubleIsNAN(GateRef x) in DoubleIsNAN()
644 inline GateRef StubBuilder::DoubleIsINF(GateRef x) in DoubleIsINF()
649 inline GateRef StubBuilder::TaggedIsNull(GateRef x) in TaggedIsNull()
654 inline GateRef StubBuilder::TaggedIsUndefinedOrNull(GateRef x) in TaggedIsUndefinedOrNull()
659 inline GateRef StubBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue()
664 inline GateRef StubBuilder::TaggedIsFalse(GateRef x) in TaggedIsFalse()
669 inline GateRef StubBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean()
674 inline GateRef StubBuilder::TaggedGetInt(GateRef x) in TaggedGetInt()
679 inline GateRef StubBuilder::Int8ToTaggedInt(GateRef x) in Int8ToTaggedInt()
685 inline GateRef StubBuilder::Int16ToTaggedInt(GateRef x) in Int16ToTaggedInt()
691 inline GateRef StubBuilder::IntToTaggedPtr(GateRef x) in IntToTaggedPtr()
697 inline GateRef StubBuilder::IntToTaggedInt(GateRef x) in IntToTaggedInt()
703 inline GateRef StubBuilder::Int64ToTaggedInt(GateRef x) in Int64ToTaggedInt()
708 inline GateRef StubBuilder::DoubleToTaggedDoublePtr(GateRef x) in DoubleToTaggedDoublePtr()
713 inline GateRef StubBuilder::CastDoubleToInt64(GateRef x) in CastDoubleToInt64()
729 inline GateRef StubBuilder::Int8Equal(GateRef x, GateRef y) in Int8Equal()
734 inline GateRef StubBuilder::Equal(GateRef x, GateRef y) in Equal()
739 inline GateRef StubBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal()
744 inline GateRef StubBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual()
749 inline GateRef StubBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal()
754 inline GateRef StubBuilder::DoubleEqual(GateRef x, GateRef y) in DoubleEqual()
759 inline GateRef StubBuilder::DoubleNotEqual(GateRef x, GateRef y) in DoubleNotEqual()
764 inline GateRef StubBuilder::DoubleLessThan(GateRef x, GateRef y) in DoubleLessThan()
769 inline GateRef StubBuilder::DoubleLessThanOrEqual(GateRef x, GateRef y) in DoubleLessThanOrEqual()
774 inline GateRef StubBuilder::DoubleGreaterThan(GateRef x, GateRef y) in DoubleGreaterThan()
779 inline GateRef StubBuilder::DoubleGreaterThanOrEqual(GateRef x, GateRef y) in DoubleGreaterThanOrEqual()
784 inline GateRef StubBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual()
789 inline GateRef StubBuilder::Int32GreaterThan(GateRef x, GateRef y) in Int32GreaterThan()
794 inline GateRef StubBuilder::Int32LessThan(GateRef x, GateRef y) in Int32LessThan()
799 inline GateRef StubBuilder::Int32GreaterThanOrEqual(GateRef x, GateRef y) in Int32GreaterThanOrEqual()
804 inline GateRef StubBuilder::Int32LessThanOrEqual(GateRef x, GateRef y) in Int32LessThanOrEqual()
809 inline GateRef StubBuilder::Int32UnsignedGreaterThan(GateRef x, GateRef y) in Int32UnsignedGreaterThan()
814 inline GateRef StubBuilder::Int32UnsignedLessThan(GateRef x, GateRef y) in Int32UnsignedLessThan()
819 inline GateRef StubBuilder::Int32UnsignedGreaterThanOrEqual(GateRef x, GateRef y) in Int32UnsignedGreaterThanOrEqual()
824 inline GateRef StubBuilder::Int64GreaterThan(GateRef x, GateRef y) in Int64GreaterThan()
829 inline GateRef StubBuilder::Int64LessThan(GateRef x, GateRef y) in Int64LessThan()
834 inline GateRef StubBuilder::Int64LessThanOrEqual(GateRef x, GateRef y) in Int64LessThanOrEqual()
839 inline GateRef StubBuilder::Int64GreaterThanOrEqual(GateRef x, GateRef y) in Int64GreaterThanOrEqual()
844 inline GateRef StubBuilder::Int64UnsignedLessThanOrEqual(GateRef x, GateRef y) in Int64UnsignedLessThanOrEqual()
849 inline GateRef StubBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan()
1615 inline GateRef StubBuilder::GetInt64OfTInt(GateRef x) in GetInt64OfTInt()
1620 inline GateRef StubBuilder::GetInt32OfTInt(GateRef x) in GetInt32OfTInt()
1625 inline GateRef StubBuilder::TaggedCastToIntPtr(GateRef x) in TaggedCastToIntPtr()
1630 inline GateRef StubBuilder::GetDoubleOfTDouble(GateRef x) in GetDoubleOfTDouble()
1635 inline GateRef StubBuilder::GetDoubleOfTNumber(GateRef x) in GetDoubleOfTNumber()
1640 inline GateRef StubBuilder::LoadObjectFromWeakRef(GateRef x) in LoadObjectFromWeakRef()
1645 inline GateRef StubBuilder::ChangeInt32ToFloat64(GateRef x) in ChangeInt32ToFloat64()
1650 inline GateRef StubBuilder::ChangeUInt32ToFloat64(GateRef x) in ChangeUInt32ToFloat64()
1655 inline GateRef StubBuilder::ChangeFloat64ToInt32(GateRef x) in ChangeFloat64ToInt32()
1660 inline GateRef StubBuilder::ChangeTaggedPointerToInt64(GateRef x) in ChangeTaggedPointerToInt64()
1665 inline GateRef StubBuilder::Int64ToTaggedPtr(GateRef x) in Int64ToTaggedPtr()
1670 inline GateRef StubBuilder::CastInt64ToFloat64(GateRef x) in CastInt64ToFloat64()
1675 inline GateRef StubBuilder::SExtInt32ToInt64(GateRef x) in SExtInt32ToInt64()
1680 inline GateRef StubBuilder::SExtInt16ToInt64(GateRef x) in SExtInt16ToInt64()
1685 inline GateRef StubBuilder::SExtInt8ToInt64(GateRef x) in SExtInt8ToInt64()
1690 inline GateRef StubBuilder::SExtInt1ToInt64(GateRef x) in SExtInt1ToInt64()
1695 inline GateRef StubBuilder::SExtInt1ToInt32(GateRef x) in SExtInt1ToInt32()
1700 inline GateRef StubBuilder::ZExtInt8ToInt16(GateRef x) in ZExtInt8ToInt16()
1705 inline GateRef StubBuilder::ZExtInt32ToInt64(GateRef x) in ZExtInt32ToInt64()
1710 inline GateRef StubBuilder::ZExtInt1ToInt64(GateRef x) in ZExtInt1ToInt64()
1715 inline GateRef StubBuilder::ZExtInt1ToInt32(GateRef x) in ZExtInt1ToInt32()
1720 inline GateRef StubBuilder::ZExtInt8ToInt32(GateRef x) in ZExtInt8ToInt32()
1725 inline GateRef StubBuilder::ZExtInt8ToInt64(GateRef x) in ZExtInt8ToInt64()
1730 inline GateRef StubBuilder::ZExtInt8ToPtr(GateRef x) in ZExtInt8ToPtr()
1735 inline GateRef StubBuilder::ZExtInt16ToPtr(GateRef x) in ZExtInt16ToPtr()
1740 inline GateRef StubBuilder::SExtInt32ToPtr(GateRef x) in SExtInt32ToPtr()
1745 inline GateRef StubBuilder::ZExtInt16ToInt32(GateRef x) in ZExtInt16ToInt32()
1750 inline GateRef StubBuilder::ZExtInt16ToInt64(GateRef x) in ZExtInt16ToInt64()
1755 inline GateRef StubBuilder::TruncInt64ToInt32(GateRef x) in TruncInt64ToInt32()
1760 inline GateRef StubBuilder::TruncPtrToInt32(GateRef x) in TruncPtrToInt32()
1768 inline GateRef StubBuilder::TruncInt64ToInt1(GateRef x) in TruncInt64ToInt1()
1773 inline GateRef StubBuilder::TruncInt32ToInt1(GateRef x) in TruncInt32ToInt1()
1851 inline GateRef StubBuilder::IntPtrEuqal(GateRef x, GateRef y) in IntPtrEuqal()
1866 inline GateRef StubBuilder::ObjectAddressToRange(GateRef x) in ObjectAddressToRange()
1875 GateRef x = Load(VariableType::NATIVE_POINTER(), PtrAdd(IntPtr(offset), region), in InYoungGeneration() local
2106 inline GateRef StubBuilder::AlignUp(GateRef x, GateRef alignment) in AlignUp()