Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/src/
Ddriver_options.cpp30 maplecl::Option<bool> profileGen({"--profileGen"}, variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h146 static bool profileGen; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp68 bool Options::profileGen = false; member in maple::Options