Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp290 maplecl::Option<bool> profileFunc({"--profile-func"}, variable
Doption.cpp98 bool Options::profileFunc = false; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h140 static bool profileFunc; variable