Home
last modified time | relevance | path

Searched refs:gcOnly (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h193 return (generateFlag & kGenLocalRc) && !gcOnly; in GenLocalRC()
833 gcOnly = true; in EnableGCOnly()
838 gcOnly = false; in DisableGCOnly()
843 return gcOnly; in IsGCOnly()
929 static bool gcOnly; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h122 static bool gcOnly; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Doption.cpp75 bool Options::gcOnly = false; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp76 bool CGOptions::gcOnly = false; member in maplebe::CGOptions

Completed in 14 milliseconds