Lines Matching refs:firstValue
690 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */
702 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
711 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass);
731 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */
744 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
751 BRANCH(Int64Equal(firstValue, key), &firstValueEqualKey, &receiverNotHeapObject);
770 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */
782 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
791 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass);
809 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */
822 BRANCH(Equal(LoadObjectFromWeakRef(firstValue), hclass),
829 BRANCH(Int64Equal(firstValue, key), &firstValueEqualKey, &receiverNotHeapObject);