Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1398 debugSched = true; in EnableDebugSched()
1403 debugSched = false; in DisableDebugSched()
1408 return debugSched; in IsDebugSched()
1701 static bool debugSched; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp101 bool CGOptions::debugSched = false; member in maplebe::CGOptions