Home
last modified time | relevance | path

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

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