Home
last modified time | relevance | path

Searched refs:GetAlignNopNum (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp50 …if (aarch64CGFunc->GetMirModule().IsCModule() && bb->IsBBNeedAlign() && bb->GetAlignNopNum() != 0)… in SetInsnId()
Daarch64_emitter.cpp524 bb->GetAlignNopNum() != kAlignMovedFlag) { in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h915 uint32 GetAlignNopNum() const in GetAlignNopNum() function