Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1400 Label handlerIsPrototypeHandler(env); in LoadICWithHandler() local
1434 …Branch(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in LoadICWithHandler()
1435 Bind(&handlerIsPrototypeHandler); in LoadICWithHandler()
1641 Label handlerIsPrototypeHandler(env); in StoreICWithHandler() local
1701 …Branch(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in StoreICWithHandler()
1712 Bind(&handlerIsPrototypeHandler); in StoreICWithHandler()