Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h337 virtual MemPool *GetCurrentFuncCodeMp();
362 T *stmt = GetCurrentFuncCodeMp()->New<T>(args...); in NewNode()
390 MemPool *GetCurrentFuncCodeMp() override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp661 memPool = GetCurrentFuncCodeMp(); in CreateExprAddrof()
671 memPool = GetCurrentFuncCodeMp(); in CreateExprAddroffunc()
1304 MemPool *MIRBuilder::GetCurrentFuncCodeMp() in GetCurrentFuncCodeMp() function in maple::MIRBuilder
1330 MemPool *MIRBuilderExt::GetCurrentFuncCodeMp() in GetCurrentFuncCodeMp() function in maple::MIRBuilderExt