Home
last modified time | relevance | path

Searched refs:GenerateExceptionHandlingCode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h354 bool GenerateExceptionHandlingCode() const in GenerateExceptionHandlingCode() function
356 return cgOption.GenerateExceptionHandlingCode(); in GenerateExceptionHandlingCode()
Dcg_option.h235 bool GenerateExceptionHandlingCode() const in GenerateExceptionHandlingCode() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dlower.h301 bool GenerateExceptionHandlingCode() const in GenerateExceptionHandlingCode() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp94 if (GetCG()->GetCGOptions().GenerateExceptionHandlingCode()) { in BuildEHFunc()
Dcg_phasemanager.cpp499 …GetManagerMemPool()->New<CGLowerer>(m, *beCommon, cg->GenerateExceptionHandlingCode(), cg->Generat… in PrepareLower()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2007 bool generateEHCode = GenerateExceptionHandlingCode(); in LowerTryCatchBlocks()