Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2467 Label handlerIsPrototypeHandler(env); in LoadICWithHandler() local
2523 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in LoadICWithHandler()
2524 Bind(&handlerIsPrototypeHandler); in LoadICWithHandler()
2827 Label handlerIsPrototypeHandler(env); in StoreICWithHandler() local
2906 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in StoreICWithHandler()
2917 Bind(&handlerIsPrototypeHandler); in StoreICWithHandler()