Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h90 CallerSummary(PUIdx id, uint32 stmtId) : id(id), stmtId(stmtId) {} in CallerSummary()
102 uint32 stmtId; variable
108 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr()
Dmir_function.h921 int32 GetFreqFromLastStmt(uint32 stmtId) in GetFreqFromLastStmt()
932 int32 GetFreqFromFirstStmt(uint32 stmtId) in GetFreqFromFirstStmt()
1300 StmtNode *FindStmtWithId(StmtNode *stmt, uint32 stmtId) in FindStmtWithId()
1353 StmtNode *GetStmtNodeFromMeId(uint32 stmtId) in GetStmtNodeFromMeId()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h62 explicit CallInfo(uint32 stmtId) : id(stmtId) {} in CallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1857 int32 CGFunc::GetFreqFromStmt(uint32 stmtId) in GetFreqFromStmt()