Searched refs:if_global (Results 1 – 1 of 1) sorted by relevance
3207 Label if_global(this), if_not_global(this, Label::kDeferred), in TF_BUILTIN() local3211 Branch(HasGlobalFlag(flags), &if_global, &if_not_global); in TF_BUILTIN()3212 BIND(&if_global); in TF_BUILTIN()