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.h91 CallerSummary(PUIdx id, uint32 stmtId) : id(id), stmtId(stmtId) {} in CallerSummary()
103 uint32 stmtId; variable
109 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr()
Dmir_function.h926 int32 GetFreqFromLastStmt(uint32 stmtId) in GetFreqFromLastStmt()
937 int32 GetFreqFromFirstStmt(uint32 stmtId) in GetFreqFromFirstStmt()
1305 StmtNode *FindStmtWithId(StmtNode *stmt, uint32 stmtId) in FindStmtWithId()
1358 StmtNode *GetStmtNodeFromMeId(uint32 stmtId) in GetStmtNodeFromMeId()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dcall_graph.h61 explicit CallInfo(uint32 stmtId) : id(stmtId) {} in CallInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1782 int32 CGFunc::GetFreqFromStmt(uint32 stmtId) in GetFreqFromStmt()