Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dcframe.cpp79 uint64_t val = GetValueFromSlot(vreg.GetValue()); in GetVRegValueSlot()
84 val |= static_cast<uint64_t>(GetValueFromSlot(helpers::ToSigned(vreg.GetValue()) - 1)) << BITS_PER_UINT32; in GetVRegValueSlot()
105 uint64_t val = GetValueFromSlot(regNum); in GetVRegValueRegister()
110 val |= static_cast<uint64_t>(GetValueFromSlot(static_cast<int>(regNum) - 1)) << BITS_PER_UINT32; in GetVRegValueRegister()
251 printMem(os, fp_ - CFrameLayout::STACK_START_SLOT - *slot, *dscr, GetValueFromSlot(*slot)); in DumpCalleeRegs()
262 printMem(os, fp_ - CFrameLayout::STACK_START_SLOT - *slot, *dscr, GetValueFromSlot(*slot)); in DumpCalleeFPRegs()
274 printMem(os, fp_ - CFrameLayout::STACK_START_SLOT - *slot, *dscr, GetValueFromSlot(*slot)); in DumpCallerRegs()
285 printMem(os, fp_ - CFrameLayout::STACK_START_SLOT - *slot, *dscr, GetValueFromSlot(*slot)); in DumpCallerFPRegs()
295 printMem(os, fp_ - CFrameLayout::STACK_START_SLOT - *slot, *dscr, GetValueFromSlot(*slot)); in DumpLocals()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe.h250 SlotType GetValueFromSlot(int slot) const in GetValueFromSlot() function in ark::final

Completed in 2 milliseconds