Home
last modified time | relevance | path

Searched refs:NeedInsertInstrumentationFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h313 bool NeedInsertInstrumentationFunction() const in NeedInsertInstrumentationFunction() function
315 return cgOption.NeedInsertInstrumentationFunction(); in NeedInsertInstrumentationFunction()
Dcg_option.h309 bool NeedInsertInstrumentationFunction() const in NeedInsertInstrumentationFunction() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp485 if (cg->NeedInsertInstrumentationFunction()) { in CreateCGAndBeCommon()