| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 274 CallNode *CreateStmtVirtualCall(PUIdx puIdx, const MapleVector<BaseNode *> &args) in CreateStmtVirtualCall() 279 CallNode *CreateStmtSuperclassCall(PUIdx puIdx, const MapleVector<BaseNode *> &args) in CreateStmtSuperclassCall() 284 CallNode *CreateStmtInterfaceCall(PUIdx puIdx, const MapleVector<BaseNode *> &args) in CreateStmtInterfaceCall()
|
| D | cmpl.h | 364 PUIdx puIdx; // 32bit now member
|
| D | mir_const.h | 307 PUIdx puIdx; variable
|
| D | mir_module.h | 473 void SetPuIdxFieldSet(PUIdx puIdx, MapleSet<FieldID> *fieldIDSet) in SetPuIdxFieldSet()
|
| D | mir_function.h | 1536 PUIdx puIdx = 0; // the PU index of this function variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa_tab.h | 74 OriginalSt *CreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in CreateSymbolOriginalSt() 79 OriginalSt *FindOrCreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in FindOrCreateSymbolOriginalSt()
|
| D | orig_symbol.h | 372 PUIdx puIdx; variable
|
| D | me_ir.h | 858 AddroffuncMeExpr(int32 exprID, PUIdx puIdx) in AddroffuncMeExpr()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_import.cpp | 90 PUIdx puIdx = ImportFuncViaSym(func); in ImportLocalSymbol() local 205 PUIdx puIdx = ImportFuncViaSym(func); in ImportExpression() local 927 PUIdx puIdx = ImportFunction(); in ReadFunctionBodyField() local
|
| D | mir_builder.cpp | 659 AddroffuncNode *MIRBuilder::CreateExprAddroffunc(PUIdx puIdx, MemPool *memPool) in CreateExprAddroffunc() 910 CallNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCod… in CreateStmtCall() 1020 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MIRSymbol *ret, Opcode op) in CreateStmtCallAssigned() 1030 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, cons… in CreateStmtCallAssigned() 1043 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, PregIdx pRegIdx, Opcode opcode, BaseNo… in CreateStmtCallRegassigned() 1054 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, P… in CreateStmtCallRegassigned()
|
| D | bin_func_export.cpp | 154 void BinaryMplExport::OutputFuncViaSym(PUIdx puIdx) in OutputFuncViaSym()
|
| D | bin_mpl_import.cpp | 140 PUIdx puIdx = ImportFunction(); in ImportConst() local 148 PUIdx puIdx = func->GetPuidx(); in ImportConst() local 1043 PUIdx puIdx = funcTab[static_cast<uint64>(-tag)]->GetPuidx(); in ImportFunction() local
|
| D | mir_lower.cpp | 1116 PUIdx puIdx = addrofFunc->GetPUIdx(); in FuncTypeFromFuncPtrExpr() local
|
| D | bin_mpl_export.cpp | 720 void BinaryMplExport::OutputFunction(PUIdx puIdx) in OutputFunction()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_occur.h | 535 PUIdx puIdx; // if 0, its occ span multiple PUs; initial value must variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | call_graph.cpp | 404 CGNode *CallGraph::GetOrGenCGNode(PUIdx puIdx, bool isVcall, bool isIcall) in GetOrGenCGNode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 286 char *puIdx = strdup(std::to_string(pIdx).c_str()); in EmitBBHeaderLabel() local
|