Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3870 BaseNode *arrayCacheNode = nullptr; in LowerJarrayMalloc() local
3878 arrayCacheNode = GetClassInfoExprFromArrayClassCache(klassName); in LowerJarrayMalloc()
3884 if (isPredefinedArrayClass || (arrayCacheNode != nullptr)) { in LowerJarrayMalloc()
3906 args.emplace_back(arrayCacheNode); in LowerJarrayMalloc()