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/src/
Dmir_builder.cpp540 return GetCurrentFuncCodeMp()->New<ConstvalNode>(mirConst->GetType().GetPrimType(), mirConst); in CreateConstval()
547 return GetCurrentFuncCodeMp()->New<ConstvalNode>(pty, mirConst); in CreateIntConst()
554 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_f32, mirConst); in CreateFloatConst()
561 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_f64, mirConst); in CreateDoubleConst()
568 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_f128, mirConst); in CreateFloat128Const()
591 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_ptr, temp); in CreateAddrofConst()
605 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_ptr, mirConst); in CreateAddroffuncConst()
619 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_ptr, mirConst); in CreateStrConst()
633 return GetCurrentFuncCodeMp()->New<ConstvalNode>(PTY_ptr, mirConst); in CreateStr16Const()
638 return GetCurrentFuncCodeMp()->New<SizeoftypeNode>(PTY_u32, type.GetTypeIndex()); in CreateExprSizeoftype()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h337 virtual MemPool *GetCurrentFuncCodeMp();
371 MemPool *GetCurrentFuncCodeMp() override;