Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2853 Label handlerNotStoreTSHandler(env); in StoreICWithHandler() local
2957 … BRANCH(TaggedIsStoreTSHandler(*handler), &handlerIsStoreTSHandler, &handlerNotStoreTSHandler); in StoreICWithHandler()
2981 Bind(&handlerNotStoreTSHandler); in StoreICWithHandler()