Home
last modified time | relevance | path

Searched refs:replaceASM (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1293 replaceASM = true; in EnableReplaceASM()
1298 replaceASM = false; in DisableReplaceASM()
1303 return replaceASM; in IsReplaceASM()
1729 static bool replaceASM; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp118 bool CGOptions::replaceASM = false; member in maplebe::CGOptions