Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1401 Label handlerNotPrototypeHandler(env); in LoadICWithHandler() local
1434 …ranch(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler); in LoadICWithHandler()
1450 Bind(&handlerNotPrototypeHandler); in LoadICWithHandler()
1642 Label handlerNotPrototypeHandler(env); in StoreICWithHandler() local
1701 …ranch(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler); in StoreICWithHandler()
1702 Bind(&handlerNotPrototypeHandler); in StoreICWithHandler()