Searched refs:handlerNotInt (Results 1 – 1 of 1) sorted by relevance
1575 Label handlerNotInt(env); in LoadICWithHandler() local1592 Branch(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()1613 Bind(&handlerNotInt); in LoadICWithHandler()1702 Label handlerNotInt(env); in ICStoreElement() local1728 Branch(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()1799 Bind(&handlerNotInt); in ICStoreElement()1835 Label handlerNotInt(env); in StoreICWithHandler() local1862 Branch(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()1879 Bind(&handlerNotInt); in StoreICWithHandler()