Searched refs:handlerIsInt (Results 1 – 1 of 1) sorted by relevance
1574 Label handlerIsInt(env); in LoadICWithHandler() local1592 Branch(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()1593 Bind(&handlerIsInt); in LoadICWithHandler()1701 Label handlerIsInt(env); in ICStoreElement() local1728 Branch(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()1729 Bind(&handlerIsInt); in ICStoreElement()1834 Label handlerIsInt(env); in StoreICWithHandler() local1862 Branch(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()1863 Bind(&handlerIsInt); in StoreICWithHandler()