Home
last modified time | relevance | path

Searched refs:IsRegDefined (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.cpp21 bool AbsIntInstructionHandler::IsRegDefined(int reg) in IsRegDefined() function in ark::verifier::AbsIntInstructionHandler
23 bool isDefined = ExecCtx().CurrentRegContext().IsRegDefined(reg); in IsRegDefined()
42 if (!IsRegDefined(reg)) { in CheckRegType()
70 if (ExecCtx().CurrentRegContext().IsRegDefined(regIdx)) { in SetReg()
H A Dreg_context.h109 ASSERT(IsRegDefined(idx) && regs_.InValidRange(idx)); in operator []()
169 bool IsRegDefined(int num) const in IsRegDefined() function in ark::verifier::RegContext
H A Dabs_int_inl.h205 bool IsRegDefined(int reg);
1814 for (auto regIdx = vs; ExecCtx().CurrentRegContext().IsRegDefined(regIdx); regIdx++) { in HandleInitobjRange()
1870 if (!IsRegDefined(regIdx)) { in CheckFieldAccess()
2507 if (!IsRegDefined(ACC)) { in HandleReturn()
2636 for (auto regIdx = vs; ExecCtx().CurrentRegContext().IsRegDefined(regIdx); regIdx++) { in HandleEtsLaunchRange()
2707 for (auto regIdx = vs; ExecCtx().CurrentRegContext().IsRegDefined(regIdx); regIdx++) { in HandleEtsLaunchVirtRange()
3020 if (!IsRegDefined(ACC)) { in HandleReturnWide()
3045 if (!IsRegDefined(ACC)) { in HandleReturnObj()
3211 if (regNum != INVALID_REG && !IsRegDefined(regNum)) {
3432 for (auto regIdx = vs; ExecCtx().CurrentRegContext().IsRegDefined(regId in HandleCallRange()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfi.h107 bool IsRegDefined(maplebe::regno_t regNO) const override
H A Dinsn.h705 virtual bool IsRegDefined(regno_t regNO) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp154 bool Insn::IsRegDefined(regno_t regNO) const in IsRegDefined() function in maplebe::Insn
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp596 if (curInsn->IsRegDefined(memBaseRegNO)) { in FindPrevStrLdr()
644 ((insn.IsLoad() && curInsn->ScanReg(destRegNO)) || (insn.IsStore() && curInsn->IsRegDefined(destRegNO)))) { in FindPrevStrLdr()
1586 isRegDefined = defInsn->IsRegDefined(regno); in FindFixedValue()

Completed in 12 milliseconds