Home
last modified time | relevance | path

Searched refs:GetCurrentFuncCodeMpAllocator (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp828 …auto *arrayNode = GetCurrentFuncCodeMp()->New<ArrayNode>(*GetCurrentFuncCodeMpAllocator(), addrTyp… in CreateExprArray()
854 …auto *arrayNode = GetCurrentFuncCodeMp()->New<ArrayNode>(*GetCurrentFuncCodeMpAllocator(), addrTyp… in CreateExprArray()
864 …auto *expr = GetCurrentFuncCodeMp()->New<IntrinsicopNode>(*GetCurrentFuncCodeMpAllocator(), op, pr… in CreateExprIntrinsicop()
912 …auto *stmt = GetCurrentFuncCodeMp()->New<CallNode>(*GetCurrentFuncCodeMpAllocator(), opCode, puIdx… in CreateStmtCall()
930 auto *stmt = GetCurrentFuncCodeMp()->New<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icall); in CreateStmtIcall()
938 …auto *stmt = GetCurrentFuncCodeMp()->New<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icallprot… in CreateStmtIcallproto()
946 …auto *stmt = GetCurrentFuncCodeMp()->New<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icallassi… in CreateStmtIcallAssigned()
947 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallAssigned()
964 …auto *stmt = GetCurrentFuncCodeMp()->New<IcallNode>(*GetCurrentFuncCodeMpAllocator(), OP_icallassi… in CreateStmtIcallAssigned()
965 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallAssigned()
[all …]
Dmir_lower.cpp971 MapleVector<BaseNode *> arguments(builder->GetCurrentFuncCodeMpAllocator()->Adapter()); in AddArrayMrtMpl()
987 MapleVector<BaseNode *> args(builder->GetCurrentFuncCodeMpAllocator()->Adapter()); in AddArrayMrtMpl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp68 MapleVector<BaseNode *> args(builder->GetCurrentFuncCodeMpAllocator()->Adapter()); in GenPreClassInitCheck()
78 MapleVector<BaseNode *> args(builder->GetCurrentFuncCodeMpAllocator()->Adapter()); in GenPostClassInitCheck()
130 MapleVector<BaseNode *> args(builder->GetCurrentFuncCodeMpAllocator()->Adapter()); in ProcessFunc()
173 … MapleVector<BaseNode *> args(builder->GetCurrentFuncCodeMpAllocator()->Adapter()); in ProcessFunc()
Djava_eh_lower.cpp91 …MapleVector<BaseNode *> args(GetMIRModule().GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adap… in DoLowerDiv()
131 …MapleVector<BaseNode *> args(GetMIRModule().GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adap… in DoLowerBoundaryCheck()
205 GetMIRModule().GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adapter()); in DoLowerBlock()
Dsimplify.cpp874 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in AddMemsetCallStmt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp141 …MapleUnorderedMap<int, MapleValue> deoptInfos(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter(… in SetCallStmtDeoptBundleInfo()
547 CaseVector switchTable(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateSwitchInternal()
553 MapleVector<BaseNode *> args(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in Call()
567 MapleVector<BaseNode *> args(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in Call()
576 MapleVector<BaseNode *> args(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in ICall()
591 MapleVector<BaseNode *> args(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in ICall()
601 MapleVector<BaseNode *> args(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in IntrinsicCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp129 …MapleVector<BaseNode *> args(mirModule->GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adapter(… in ConvertThrowToRuntime()
143 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in ConvertThrowToRethrow()
541 …MapleVector<BaseNode *> args(mirModule.GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adapter()… in InsertDefaultLabelAndAbortFunc()
632 …MapleVector<BaseNode *> args(mirModule.GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adapter()… in InsertCxaAfterEachCatch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h338 virtual MapleAllocator *GetCurrentFuncCodeMpAllocator();
372 MapleAllocator *GetCurrentFuncCodeMpAllocator() override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp553 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in LowerArrayForLazyBiding()
1090 …MapleVector<BaseNode *> args(mirModule.GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adapter()… in LowerRem()
1814 MapleVector<BaseNode *> argsPrintf(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in LowerAssertBoundary()
2137 …MapleVector<BaseNode *> args(mirModule.GetMIRBuilder()->GetCurrentFuncCodeMpAllocator()->Adapter()… in LowerCall()
2665 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in ProcessArrayExpr()
3076 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtCallWithReturnValue()
3089 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtCallWithReturnValue()
3205 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in LowerIntrinJavaArrayLength()
3360 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in GetClassInfoExprFromRuntime()
3391 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in GetClassInfoExprFromArrayClassCache()
[all …]