Home
last modified time | relevance | path

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

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