Searched refs:handlerIsInt (Results 1 – 1 of 1) sorted by relevance
2478 Label handlerIsInt(env); in LoadICWithHandler() local2501 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()2502 Bind(&handlerIsInt); in LoadICWithHandler()2682 Label handlerIsInt(env); in ICStoreElement() local2709 BRANCH(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()2710 Bind(&handlerIsInt); in ICStoreElement()2836 Label handlerIsInt(env); in StoreICWithHandler() local2870 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()2871 Bind(&handlerIsInt); in StoreICWithHandler()