Home
last modified time | relevance | path

Searched defs:regInfo (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp176 … success = walker.IterateVRegsWithInfo([&wasSet, &walker](const auto &regInfo, const auto &reg) { in TEST_F()
189 success = walker.IterateVRegsWithInfo([&walker](const auto &regInfo, const auto &reg) { in TEST_F()
200 success = walker.IterateVRegsWithInfo([&walker](const auto &regInfo, const auto &reg) { in TEST_F()
210 success = walker.IterateVRegsWithInfo([](const auto &regInfo, const auto &reg) { in TEST_F()
220 success = walker.IterateVRegsWithInfo([](const auto &regInfo, const auto &reg) { in TEST_F()
230 success = walker.IterateVRegsWithInfo([](const auto &regInfo, const auto &reg) { in TEST_F()
320 …FirstRunModifyVregs(int *regIndex, StackWalker *walker, ObjectHeader *obj, const VRegInfo *regInfo, in FirstRunModifyVregs()
342 static bool CheckVregs(int *regIndex, ObjectHeader *obj, const VRegInfo &regInfo, const VRegRef &re… in CheckVregs()
390 …success = walker.IterateVRegsWithInfo([&regIndex, &walker, &obj](const auto &regInfo, const auto &… in TestModifyManyVregs()
397 … success = walker.IterateVRegsWithInfo([&regIndex, &obj](const auto &regInfo, const auto &reg) { in TestModifyManyVregs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_stackmap_computation.h62 RegisterInfo *regInfo = nullptr; variable
Dreg_alloc.h86 RegisterInfo *regInfo = nullptr; variable
Dcgfunc.h1102 void SetTargetRegInfo(RegisterInfo &regInfo) in SetTargetRegInfo()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp302 void StackWalker::SetVRegValue(VRegInfo regInfo, T value) in SetVRegValue()
643 IterateVRegsWithInfo([this]([[maybe_unused]] const auto &regInfo, const auto &vreg) { in DebugSingleFrameVerify()
705 void StackWalker::DumpVRegLocation(std::ostream &os, VRegInfo &regInfo) in DumpVRegLocation()
721 IterateVRegsWithInfo([this, &os](auto regInfo, const auto &vreg) { in DumpVRegs()
786 IterateObjectsWithInfo([&os](auto &regInfo, const auto &vreg) { in Dump()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp159 auto regInfo = mfunc.getSubtarget().getRegisterInfo(); in GetUsedRegs() local
241 auto regInfo = machineInstr->getMF()->getSubtarget().getRegisterInfo(); in HasOperandUsingStack() local
302 auto regInfo = instr->getMF()->getSubtarget().getRegisterInfo(); in HasOperandUsingFloatReg() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dstack_walker-inl.h27 bool InvokeCallback(Func func, [[maybe_unused]] compiler::VRegInfo regInfo, VRegRef &vreg) in InvokeCallback()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp466 …pframe.IterateObjectsWithInfo([&cframe, &stackRefInput, &res](auto &regInfo, [[maybe_unused]] auto… in StackReferenceCheck()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp898 auto iterator = [&pframe, this](auto &regInfo, auto &vreg) { in UpdateRefsInVRegs()