Home
last modified time | relevance | path

Searched refs:inlineColdFunctionThreshold (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h106 static uint32 inlineColdFunctionThreshold; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp41 uint32 Options::inlineColdFunctionThreshold = 3; member in maple::Options