Searched defs:dscr (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/runtime/ |
| D | cframe.cpp | 221 auto print_mem = [](std::ostream &stream, void *addr, std::string_view dscr, uintptr_t value) { in Dump() 234 PandaString dscr; in Dump() local 246 void CFrame::DumpCalleeRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot) in DumpCalleeRegs() 257 void CFrame::DumpCalleeFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *sl… in DumpCalleeFPRegs() 268 void CFrame::DumpCallerRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot) in DumpCallerRegs() 280 void CFrame::DumpCallerFPRegs(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *sl… in DumpCallerFPRegs() 291 void CFrame::DumpLocals(std::ostream &os, MemPrinter print_mem, PandaString *dscr, size_t *slot, in… in DumpLocals()
|
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger.rb | 23 def initialize(dscr) argument 36 def initialize(dscr) argument
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.rb | 27 def initialize(event, dscr) argument 54 def initialize(dscr) argument
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.rb | 19 def initialize(dscr) argument
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | instruction.rb | 21 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction
|