Home
last modified time | relevance | path

Searched defs:PUIdx (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_irmap.h41 BB *GetBBForLabIdx(LabelIdx lidx, PUIdx) override in GetBBForLabIdx() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_pre.h55 virtual void SetCurFunction(PUIdx) const {} in SetCurFunction() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dtypes_def.h131 using PUIdx = uint32; variable
Dmir_module.h738 void SetMethod2TargetMap(const std::map<PUIdx, std::vector<CallInfo *>> &map) in SetMethod2TargetMap()