Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2135 Label handlerNotStoreTSHandler(env); in StoreICWithHandler() local
2232 … Branch(TaggedIsStoreTSHandler(*handler), &handlerIsStoreTSHandler, &handlerNotStoreTSHandler); in StoreICWithHandler()
2256 Bind(&handlerNotStoreTSHandler); in StoreICWithHandler()