Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1581 Label handlerNotPrototypeHandler(env); in LoadICWithHandler() local
1614 …ranch(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler); in LoadICWithHandler()
1630 Bind(&handlerNotPrototypeHandler); in LoadICWithHandler()
1843 Label handlerNotPrototypeHandler(env); in StoreICWithHandler() local
1903 …ranch(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler); in StoreICWithHandler()
1904 Bind(&handlerNotPrototypeHandler); in StoreICWithHandler()