Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2489 Label handlerNotPrototypeHandler(env); in LoadICWithHandler() local
2544 …RANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler); in LoadICWithHandler()
2562 Bind(&handlerNotPrototypeHandler); in LoadICWithHandler()
2849 Label handlerNotPrototypeHandler(env); in StoreICWithHandler() local
2927 …RANCH(TaggedIsPrototypeHandler(*handler), &handlerIsPrototypeHandler, &handlerNotPrototypeHandler); in StoreICWithHandler()
2928 Bind(&handlerNotPrototypeHandler); in StoreICWithHandler()