Searched defs:dscr (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | cframe.cpp | 219 auto printMem = [](std::ostream &stream, void *addr, std::string_view dscr, uintptr_t value) { in Dump() 232 PandaString dscr; in Dump() local 244 void CFrame::DumpCalleeRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot) in DumpCalleeRegs() 255 void CFrame::DumpCalleeFPRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slo… in DumpCalleeFPRegs() 266 void CFrame::DumpCallerRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot) in DumpCallerRegs() 278 void CFrame::DumpCallerFPRegs(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slo… in DumpCallerFPRegs() 289 void CFrame::DumpLocals(std::ostream &os, MemPrinter printMem, PandaString *dscr, size_t *slot, int… in DumpLocals()
|
| /arkcompiler/runtime_core/static_core/libpandabase/templates/ |
| D | logger.rb | 23 def initialize(dscr) argument 36 def initialize(dscr) argument
|
| /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/static_core/libpandabase/events/ |
| D | events.rb | 31 def initialize(event, dscr) argument 58 def initialize(dscr) argument
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.rb | 19 def initialize(dscr) argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | entrypoints.rb | 59 def initialize(dscr) argument
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 21 def initialize(inst, dscr) argument 37 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction
|