Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp44 uint32 Options::inlineSmallFunctionThreshold = 80; // Only for srcLangC, value will be reset later… member in maple::Options
184 … maplecl::CopyIfEnabled(inlineSmallFunctionThreshold, opts::mpl2mpl::inlineSmallFunctionThreshold); in SolveOptions()
Dmpl2mpl_options.cpp93 maplecl::Option<uint32_t> inlineSmallFunctionThreshold({"--inline-small-function-threshold"}, variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h95 static uint32 inlineSmallFunctionThreshold; variable
Dmpl2mpl_options.h41 extern maplecl::Option<uint32_t> inlineSmallFunctionThreshold;