Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3869 bool isPredefinedArrayClass = false; in LowerJarrayMalloc() local
3873 isPredefinedArrayClass = true; in LowerJarrayMalloc()
3876 isPredefinedArrayClass = true; in LowerJarrayMalloc()
3884 if (isPredefinedArrayClass || (arrayCacheNode != nullptr)) { in LowerJarrayMalloc()
3887 if (isPredefinedArrayClass) { in LowerJarrayMalloc()