Home
last modified time | relevance | path

Searched defs:puIdx (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h274 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()
Dcmpl.h363 PUIdx puIdx; // 32bit now member
Dmir_const.h307 PUIdx puIdx; variable
Dmir_module.h470 void SetPuIdxFieldSet(PUIdx puIdx, MapleSet<FieldID> *fieldIDSet) in SetPuIdxFieldSet()
Dmir_function.h1560 PUIdx puIdx = 0; // the PU index of this function variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_tab.h74 OriginalSt *CreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in CreateSymbolOriginalSt()
79 OriginalSt *FindOrCreateSymbolOriginalSt(MIRSymbol &mirSt, PUIdx puIdx, FieldID fld) in FindOrCreateSymbolOriginalSt()
Dorig_symbol.h379 PUIdx puIdx; variable
Dme_ir.h858 AddroffuncMeExpr(int32 exprID, PUIdx puIdx) in AddroffuncMeExpr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp155 void BinaryMplExport::OutputFuncViaSym(PUIdx puIdx) in OutputFuncViaSym()
Dmir_builder.cpp668 AddroffuncNode *MIRBuilder::CreateExprAddroffunc(PUIdx puIdx, MemPool *memPool) in CreateExprAddroffunc()
921 CallNode *MIRBuilder::CreateStmtCall(PUIdx puIdx, const MapleVector<BaseNode *> &args, Opcode opCod… in CreateStmtCall()
1033 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MIRSymbol *ret, Opcode op) in CreateStmtCallAssigned()
1043 CallNode *MIRBuilder::CreateStmtCallAssigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, cons… in CreateStmtCallAssigned()
1056 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, PregIdx pRegIdx, Opcode opcode, BaseNo… in CreateStmtCallRegassigned()
1067 CallNode *MIRBuilder::CreateStmtCallRegassigned(PUIdx puIdx, const MapleVector<BaseNode *> &args, P… in CreateStmtCallRegassigned()
Dmir_lower.cpp1094 PUIdx puIdx = addrofFunc->GetPUIdx(); in FuncTypeFromFuncPtrExpr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_occur.h535 PUIdx puIdx; // if 0, its occ span multiple PUs; initial value must variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp76 char *puIdx = strdup(std::to_string(pIdx).c_str()); in EmitBBHeaderLabel() local