Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_phasemanager.h78 void EmitFastFuncs(const MIRModule &m) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp388 EmitFastFuncs(m); in EmitGlobalInfo()
539 void CgFuncPM::EmitFastFuncs(const MIRModule &m) const in EmitFastFuncs() function in maplebe::CgFuncPM