Home
last modified time | relevance | path

Searched refs:SetInstrumentationFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp170 void CG::SetInstrumentationFunction(const std::string &name) in SetInstrumentationFunction() function in maplebe::CG
Dcg_phasemanager.cpp487 cg->SetInstrumentationFunction(cgOptions->GetInstrumentationFunction()); in CreateCGAndBeCommon()
Dcg_option.cpp262 SetInstrumentationFunction(opts::cg::insertCall); in SolveOptions()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h318 void SetInstrumentationFunction(const std::string &name);
Dcg_option.h441 void SetInstrumentationFunction(const std::string &function) in SetInstrumentationFunction() function