Searched refs:if_primitive (Results 1 – 2 of 2) sorted by relevance
952 if_object(this), if_primitive(this), if_proxy(this, Label::kDeferred), in TF_BUILTIN() local965 GotoIf(IsPrimitiveInstanceType(receiver_instance_type), &if_primitive); in TF_BUILTIN()1074 BIND(&if_primitive); in TF_BUILTIN()
2373 auto if_primitive = __ MakeDeferredLabel(); in LowerObjectIsNonCallable() local2377 __ GotoIf(check0, &if_primitive); in LowerObjectIsNonCallable()2385 __ GotoIfNot(check1, &if_primitive); in LowerObjectIsNonCallable()2395 __ Bind(&if_primitive); in LowerObjectIsNonCallable()