Home
last modified time | relevance | path

Searched defs:callee_stack (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dcframe.h174 …id GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &code_info, SlotType **callee_stack, in GetVRegValue()
186 …etPackVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &code_info, SlotType **callee_stack, in GetPackVRegValue()
252 SlotType ReadCalleeSavedRegister(size_t reg, bool is_fp, SlotType **callee_stack) const in ReadCalleeSavedRegister()
267 …void WriteCalleeSavedRegister(size_t reg, SlotType value, bool is_fp, SlotType **callee_stack) con… in WriteCalleeSavedRegister()
/arkcompiler/runtime_core/runtime/
Dcframe.cpp159 void CFrame::SetVRegValue(const VRegInfo &vreg, uint64_t value, SlotType **callee_stack) in SetVRegValue()