Searched refs:handlerNotInt (Results 1 – 1 of 1) sorted by relevance
2479 Label handlerNotInt(env); in LoadICWithHandler() local2501 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()2543 Bind(&handlerNotInt); in LoadICWithHandler()2683 Label handlerNotInt(env); in ICStoreElement() local2709 BRANCH(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()2795 Bind(&handlerNotInt); in ICStoreElement()2837 Label handlerNotInt(env); in StoreICWithHandler() local2870 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()2903 Bind(&handlerNotInt); in StoreICWithHandler()