Searched refs:handlerNotInt (Results 1 – 1 of 1) sorted by relevance
2458 Label handlerNotInt(env); in LoadICWithHandler() local2480 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()2522 Bind(&handlerNotInt); in LoadICWithHandler()2662 Label handlerNotInt(env); in ICStoreElement() local2688 BRANCH(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()2774 Bind(&handlerNotInt); in ICStoreElement()2816 Label handlerNotInt(env); in StoreICWithHandler() local2849 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()2882 Bind(&handlerNotInt); in StoreICWithHandler()