Home
last modified time | relevance | path

Searched refs:handlerIsInt (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2478 Label handlerIsInt(env); in LoadICWithHandler() local
2501 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in LoadICWithHandler()
2502 Bind(&handlerIsInt); in LoadICWithHandler()
2682 Label handlerIsInt(env); in ICStoreElement() local
2709 BRANCH(TaggedIsInt(*varHandler), &handlerIsInt, &handlerNotInt); in ICStoreElement()
2710 Bind(&handlerIsInt); in ICStoreElement()
2836 Label handlerIsInt(env); in StoreICWithHandler() local
2870 BRANCH(TaggedIsInt(*handler), &handlerIsInt, &handlerNotInt); in StoreICWithHandler()
2871 Bind(&handlerIsInt); in StoreICWithHandler()