Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2843 Label prepareIntHandlerLoop(env); in StoreICWithHandler() local
2885 BRANCH(HandlerBaseIsAccessor(handlerInfo), &prepareIntHandlerLoop, &matchType); in StoreICWithHandler()
2889 MatchFieldType(&result, glue, field, value, &prepareIntHandlerLoop, &exit); in StoreICWithHandler()
2891 Bind(&prepareIntHandlerLoop); in StoreICWithHandler()