Searched refs:emptyCallCheck (Results 1 – 1 of 1) sorted by relevance
288 GateRef emptyCallCheck = Int32Equal(oldSlotValue, Int32(0)); in ProfileCall() local289 Branch(BoolOr(polyCallCheck, emptyCallCheck), &exit, &resetSlot); in ProfileCall()