Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp65 maplecl::Option<bool> inlineWithProfile({"--inline-with-profile"}, variable
Doption.cpp38 bool Options::inlineWithProfile = false; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h83 static bool inlineWithProfile; variable