Searched refs:handlerNotInt (Results 1 – 1 of 1) sorted by relevance
1727 Label handlerNotInt(env); in LoadICWithHandler() local1748 Branch(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()1837 Bind(&handlerNotInt); in LoadICWithHandler()1974 Label handlerNotInt(env); in ICStoreElement() local2000 Branch(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()2078 Bind(&handlerNotInt); in ICStoreElement()2120 Label handlerNotInt(env); in StoreICWithHandler() local2151 Branch(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()2180 Bind(&handlerNotInt); in StoreICWithHandler()