Home
last modified time | relevance | path

Searched defs:numOfConstpropValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp401 maplecl::Option<uint32_t> numOfConstpropValue({"--num-of-ConstProp-value"}, variable
Doption.cpp57 uint32 Options::numOfConstpropValue = 2; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h94 static uint32 numOfConstpropValue; variable