Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2488 Label handlerIsPrototypeHandler(env); in LoadICWithHandler() local
2544 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in LoadICWithHandler()
2545 Bind(&handlerIsPrototypeHandler); in LoadICWithHandler()
2848 Label handlerIsPrototypeHandler(env); in StoreICWithHandler() local
2927 …BRANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler… in StoreICWithHandler()
2938 Bind(&handlerIsPrototypeHandler); in StoreICWithHandler()