Searched refs:targetIsHole (Results 1 – 2 of 2) sorted by relevance
891 Label targetIsHole(env); in DECLARE_BUILTINS() local893 Branch(TaggedIsHole(elements), &targetIsHole, &targetNotHole); in DECLARE_BUILTINS()894 Bind(&targetIsHole); in DECLARE_BUILTINS()
4954 Label targetIsHole(env); in MakeArgListWithHole() local4960 Branch(TaggedIsHole(value), &targetIsHole, &targetNotHole); in MakeArgListWithHole()4961 Bind(&targetIsHole); in MakeArgListWithHole()