Home
last modified time | relevance | path

Searched defs:timePhases (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp107 bool timePhases = cgOptions->IsEnableTimePhases(); in DoCG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp372 maplecl::Option<bool> timePhases( variable
Dcg_option.cpp32 bool CGOptions::timePhases = false; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1661 static bool timePhases; variable