Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h209 AddroffuncNode *CreateExprAddroffunc(PUIdx, MemPool *memPool = nullptr);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp48 CreateExprAddroffunc(funcSymbol.GetFunction()->GetPuidx(), mirModule->GetMemPool()); in AddAddroffuncFieldConst()
659 AddroffuncNode *MIRBuilder::CreateExprAddroffunc(PUIdx puIdx, MemPool *memPool) in CreateExprAddroffunc() function in maple::MIRBuilder