Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h87 CallerSummary(PUIdx id, uint32 stmtId) : id(id), stmtId(stmtId) {} in CallerSummary()
99 uint32 stmtId; variable
105 ImpExpr(uint32 stmtId, uint32 paramIndex) : stmtId(stmtId), paramIndex(paramIndex) {} in ImpExpr()
Dmir_function.h882 int32 GetFreqFromLastStmt(uint32 stmtId) in GetFreqFromLastStmt()
893 int32 GetFreqFromFirstStmt(uint32 stmtId) in GetFreqFromFirstStmt()