Home
last modified time | relevance | path

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

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