Home
last modified time | relevance | path

Searched defs:checkOnly (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doptimize_common.h67 bool checkOnly = false; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp21 void Optimizer::Run(const std::string &funcName, bool checkOnly) in Run()