Searched refs:GetCurrentFuncCodeMpAllocator (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 828 …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 …]
|
| D | mir_lower.cpp | 971 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/ |
| D | class_init.cpp | 68 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()
|
| D | java_eh_lower.cpp | 91 …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()
|
| D | simplify.cpp | 874 MapleVector<BaseNode *> args(mirBuilder->GetCurrentFuncCodeMpAllocator()->Adapter()); in AddMemsetCallStmt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 141 …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/ |
| D | eh_func.cpp | 129 …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/ |
| D | mir_builder.h | 338 virtual MapleAllocator *GetCurrentFuncCodeMpAllocator(); 372 MapleAllocator *GetCurrentFuncCodeMpAllocator() override;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 553 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 …]
|