Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h221 bool ShouldOptarray() const in ShouldOptarray() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2632 bool needProcessArrayExpr = !ShouldOptarray() && mirModule.IsJavaModule(); in ProcessArrayExpr()