Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dconstantfold.h76 std::pair<BaseNode *, std::optional<IntVal>> FoldArray(ArrayNode *node);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp302 return FoldArray(static_cast<ArrayNode *>(node)); in DispatchFold()
2092 std::pair<BaseNode *, std::optional<IntVal>> ConstantFold::FoldArray(ArrayNode *node) in FoldArray() function in maple::ConstantFold