Home
last modified time | relevance | path

Searched refs:MemPrinter (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/runtime/include/
Dcframe.h246 using MemPrinter = void (*)(std::ostream &, void *, std::string_view, uintptr_t); variable
247 void DumpCalleeRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
248 void DumpCalleeFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
249 void DumpCallerRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
250 void DumpCallerFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot);
251 …void DumpLocals(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot, int32_t m…
/ark/runtime_core/runtime/
Dcframe.cpp103 void CFrame::DumpCalleeRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot) in DumpCalleeRegs()
114 void CFrame::DumpCalleeFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *sl… in DumpCalleeFPRegs()
125 void CFrame::DumpCallerRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot) in DumpCallerRegs()
137 void CFrame::DumpCallerFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *sl… in DumpCallerFPRegs()
148 void CFrame::DumpLocals(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot, in… in DumpLocals()