Home
last modified time | relevance | path

Searched defs:calleeStack (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h174 …void GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetVRegValue()
186 … GetPackVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetPackVRegValue()
276 SlotType ReadCalleeSavedRegister(size_t reg, bool isFp, SlotType **calleeStack) const in ReadCalleeSavedRegister()
291 … void WriteCalleeSavedRegister(size_t reg, SlotType value, bool isFp, SlotType **calleeStack) const in WriteCalleeSavedRegister()
Dstack_walker.h386 const CodeInfo &codeInfo, SlotType **calleeStack) in EnvData()
/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp157 void CFrame::SetVRegValue(const VRegInfo &vreg, uint64_t value, SlotType **calleeStack) in SetVRegValue()