Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp11795 Label notSendableFunctionModule(env); in Loadlocalmodulevar() local
11798 …IKELY(IsSendableFunctionModule(glue, module), &sendableFunctionModule, &notSendableFunctionModule); in Loadlocalmodulevar()
11805 Bind(&notSendableFunctionModule); in Loadlocalmodulevar()
12309 Label notSendableFunctionModule(env); in LoadExternalmodulevar() local
12323 …(IsSendableFunctionModule(glue, curModule), &isSendableFunctionModule, &notSendableFunctionModule); in LoadExternalmodulevar()
12325 Bind(&notSendableFunctionModule); in LoadExternalmodulevar()
12473 Label notSendableFunctionModule(env); in LoadModuleNamespaceByIndex() local
12493 BRANCH_UNLIKELY(IsSendableFunctionModule(glue, module), &slowPath, &notSendableFunctionModule); in LoadModuleNamespaceByIndex()
12494 Bind(&notSendableFunctionModule); in LoadModuleNamespaceByIndex()