Home
last modified time | relevance | path

Searched defs:cgAlloc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h228 std::vector<uint32> &visitStack, uint32 &numOfSccs, MapleAllocator &cgAlloc) in BuildSCCDFS()
Dcall_graph.h561 MapleAllocator cgAlloc; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp106 MapleAllocator cgAlloc(originalFunction.GetCodeMempool()); in CloneFunction() local