Home
last modified time | relevance | path

Searched refs:opndCount (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfi.cpp25 uint32 opndCount; member
45 for (uint32 i = 0; i < static_cast<uint32>(cfiDescr.opndCount); ++i) { in Dump()
59 for (uint32 i = 0; i < static_cast<uint32>(cfiDescr.opndCount); ++i) { in CheckMD()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp1583 uint32 opndCount; member
1604 for (uint32 i = 0; i < cfiDescr.opndCount; ++i) { in EmitAArch64CfiInsn()
1609 if (i < (cfiDescr.opndCount - 1)) { in EmitAArch64CfiInsn()

Completed in 3 milliseconds