Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp98 maplecl::Option<uint32_t> inlineHotFunctionThreshold({"--inline-hot-function-threshold"}, variable
Doption.cpp45 uint32 Options::inlineHotFunctionThreshold = 100; // Only for srcLangC, value will be reset later… member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h96 static uint32 inlineHotFunctionThreshold; variable